diff --git a/bin/git-repl b/bin/git-repl index f5eab46..e926912 100755 --- a/bin/git-repl +++ b/bin/git-repl @@ -13,7 +13,7 @@ while true; do # Built-in commands case $cmd in ls) cmd=ls-files;; - quit) break ;; + quit) break;; esac # Execute