Skip to content

Commit cb33378

Browse files
erik-perriJasonej
andcommitted
update: stop running up during go if not needed
Co-authored-by: Jason Jones <jason@sourcetoad.com>
1 parent 4063d1f commit cb33378

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bin/hop

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,9 @@ case $1 in
354354
;;
355355
"go")
356356
shift 1
357-
run_hop_command up -d
357+
if [ "$EXEC" == "no" ]; then
358+
run_hop_command up -d
359+
fi
358360
if [ -z "$*" ]; then
359361
run_hop_command "${PACKAGE_MANAGER_RUN_CMD[@]}" "dev"
360362
else

0 commit comments

Comments
 (0)