]> git.cworth.org Git - nogit/blobdiff - nogit
Fix an accidental case of a ".nogit" literal
[nogit] / nogit
diff --git a/nogit b/nogit
index 16cd18f9460024ba770d5fdff27a44a27adcb851..102b8c7a1516295f9022e88d7f80d22d363dd111 100755 (executable)
--- a/nogit
+++ b/nogit
@@ -59,7 +59,7 @@ nogit_clone()
     url="$1"
 
     if [ -e $NOGIT_DIR ]; then
-        echo "Error: .nogit already exists. Cowardly refusing to re-clone."
+        echo "Error: $NOGIT_DIR already exists. Cowardly refusing to re-clone."
         return 1
     fi