Skip to content

Commit

Permalink
Update git-repl: oh, wait, it should be ne not eq
Browse files Browse the repository at this point in the history
  • Loading branch information
wyattscarpenter authored Sep 16, 2024
1 parent 1971343 commit 1296f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/git-repl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ while true; do
fi

# Use arguments as a command if any are provided
if [ $# -eq 0 ]; then
if [ $# -ne 0 ]; then
cmd="$@"
set --
else
Expand Down

0 comments on commit 1296f6d

Please sign in to comment.