Cave? Really?
authorAndrew DeFaria <Andrew@DeFaria.com>
Wed, 22 Nov 2017 19:42:54 +0000 (11:42 -0800)
committerAndrew DeFaria <Andrew@DeFaria.com>
Wed, 22 Nov 2017 19:42:54 +0000 (11:42 -0800)
rc/setup_rc

index 0efabec..caaa54a 100755 (executable)
@@ -61,7 +61,7 @@ function CopyFile {
 
   if [ -f "$dest" ]; then
     echo "Saving your old $dest as $dest.save..."
-    mv "$dest" "$dest.cave"
+    mv "$dest" "$dest.save"
   fi
 
   cp "$source" "$dest"