From 938bf5420f05901efdc2216a0a5c5896de60152a Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Mon, 13 Sep 2010 16:12:59 -0700 Subject: [PATCH] Styling --- bin/git-repl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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