Skip to content

Commit

Permalink
actually, this is correct. Reason this is done a bit weird is for fut…
Browse files Browse the repository at this point in the history
…ure-proofing, for adding completion later on.
  • Loading branch information
roeme committed Nov 25, 2018
1 parent 445f1a7 commit 2e51aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shgit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ eval "$(
do
if expr -- "$command" : '!' >/dev/null
then echo "alias $key='git $key'"
else echo "git alias $key=\"git $command\""
else echo "alias $key=\"git $command\""
fi
done
)"
Expand Down

0 comments on commit 2e51aff

Please sign in to comment.