summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <rsiddharth@ninthfloor.org>2014-07-04 21:16:50 +0530
committerrsiddharth <rsiddharth@ninthfloor.org>2014-07-04 21:16:50 +0530
commit84ce09954f1864257bcefecdeb111099b1bcdf84 (patch)
tree078dfef05b823178d651931a1131cc4dc48058e3
parent17222d25eb8d2c33d9b262204ff0b8d24a941d89 (diff)
src/gitb-init.sh: changed git_dir variable.
-rwxr-xr-xsrc/gitb-init.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gitb-init.sh b/src/gitb-init.sh
index 7df08ac..ec4dab8 100755
--- a/src/gitb-init.sh
+++ b/src/gitb-init.sh
@@ -9,7 +9,7 @@
repo_name=$1
-git_dir="$HOME/git" # default location. change it if you want.
+git_dir="git" # default location relative to remote $HOME. change it if you want.
ssh_login="user@servername.tld" # default ssh_login. you must change this.
if [ -n "$2" ]; then