Skip to content

Commit

Permalink
cmd/shellrc: Fix typo
Browse files Browse the repository at this point in the history
This commit fixes a typo in cmd/shellrc.sh
  • Loading branch information
tkw1536 committed Jul 14, 2022
1 parent dc7af26 commit 7124a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/shellrc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ggcode () {
ggclone () {
DEST="$(ggman --no-fuzzy-filter -f "$1" ls --one)"
if [ "$DEST" = "" ]; then
ggman clone "$@" || exrit $?
ggman clone "$@" || exit $?
DEST="$(ggman where "$1")"
fi
echo "$DEST"
Expand Down

0 comments on commit 7124a37

Please sign in to comment.