Skip to content

Commit a24ab18

Browse files
Jasonejerik-perri
andcommitted
style: fix lint
Co-authored-by: Erik Perri <erik.perri@sourcetoad.com>
1 parent f2f6d0a commit a24ab18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/hop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ case $1 in
358358
"go")
359359
shift 1
360360
run_hop_command up -d
361-
if [ -z "$@" ]; then
361+
if [ -z "$*" ]; then
362362
run_hop_command "${PACKAGE_MANAGER_RUN_CMD[@]}" "dev"
363363
else
364364
run_hop_command "${PACKAGE_MANAGER_RUN_CMD[@]}" "$@"

0 commit comments

Comments
 (0)