1 Commits

Author SHA1 Message Date
Ivan Malopinsky 30ee8139f7 make install dir an argument 2015-12-03 00:18:03 -05:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
INSTALL_DIR=${INSTALL_DIR:-/usr/local/bin}
INSTALL_DIR=${1:-/usr/local/bin}
cp git-fresh $INSTALL_DIR && ([ -e $INSTALL_DIR/git-fresh ] && echo git-fresh installed in $INSTALL_DIR)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "git-fresh",
"version": "1.2.1",
"version": "1.2.2",
"description": "Utility to keep Git repositories fresh",
"global": true,
"repo": "imsky/git-fresh",