Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 767345b commit f417773Copy full SHA for f417773
scripts/develop.sh
@@ -203,7 +203,7 @@ fatal() {
203
# If we have docker available and the "docker" template doesn't already
204
# exist, then let's try to create a template!
205
template_name="docker"
206
- # Determine the name of the default org with some jq hax!
+ # Determine the name of the default org with some jq hacks!
207
first_org_name=$("${CODER_DEV_SHIM}" organizations show me -o json | jq -r '.[] | select(.is_default) | .name')
208
if docker info >/dev/null 2>&1 && ! "${CODER_DEV_SHIM}" templates versions list "${template_name}" >/dev/null 2>&1; then
209
# sometimes terraform isn't installed yet when we go to create the
0 commit comments