]> scripts.mit.edu Git - wizard.git/blobdiff - lib/wizard/command/info.py
Shave a few more characters off /mit/scripts to ~scripts
[wizard.git] / lib / wizard / command / info.py
index 924a2f0c9709558df4d531008e12288d72580e31..a04880ac6a4a1ad2568b7f14d4e81b06993b7fc7 100644 (file)
@@ -5,7 +5,7 @@ import subprocess
 import wizard.deploy as wd
 
 def prettify(loc):
-    return loc.replace("/afs/athena.mit.edu/contrib/", "/mit/")
+    return loc.replace("/afs/athena.mit.edu/contrib/scripts", "~scripts")
 
 def indent(text, indent):
     # There should be a built-in