scripts/disk-usage in rvm-1.0.6 vs scripts/disk-usage in rvm-1.0.7
- old
+ new
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
#!/usr/bin/env bash
rvm_base_except="selector"
-source "$rvm_scripts_path/base"
+source "$rvm_path/scripts/base"
usage() {
printf "Usage: 'rvm disk-usage {all,archives,repos,sources,logs,packages,rubies,gemsets}'\n"
printf " Lists the space rvm uses for a given item.\n"
exit 1