Skip to content

Commit f417773

Browse files
committed
typooooooooooooooooooooooooooooo
1 parent 767345b commit f417773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/develop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ fatal() {
203203
# If we have docker available and the "docker" template doesn't already
204204
# exist, then let's try to create a template!
205205
template_name="docker"
206-
# Determine the name of the default org with some jq hax!
206+
# Determine the name of the default org with some jq hacks!
207207
first_org_name=$("${CODER_DEV_SHIM}" organizations show me -o json | jq -r '.[] | select(.is_default) | .name')
208208
if docker info >/dev/null 2>&1 && ! "${CODER_DEV_SHIM}" templates versions list "${template_name}" >/dev/null 2>&1; then
209209
# sometimes terraform isn't installed yet when we go to create the

0 commit comments

Comments
 (0)