summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2010-05-21 12:58:46 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2010-05-21 12:58:46 +0200
commit7ef6f46f5d73afa52daf219efc55cfce70156210 (patch)
tree3f42b94fd6553ff05c7e68b72d2190877673fcb6
parentDon't assume presence of postcmd. (diff)
downloadGitTools-7ef6f46f5d73afa52daf219efc55cfce70156210.tar.xz
GitTools-7ef6f46f5d73afa52daf219efc55cfce70156210.zip
Style
-rwxr-xr-xNewProject.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/NewProject.sh b/NewProject.sh
index c9b2fc1..4c7d824 100755
--- a/NewProject.sh
+++ b/NewProject.sh
@@ -4,7 +4,7 @@
USER="git"
HOST="labs.anyclip.com"
-REPOS="/home/git"
+REPOS="/home/$USER"
POSTCMD="$REPOS/updatewebinterface.sh"
#################################