summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <rsiddharth@ninthfloor.org>2014-08-01 16:15:10 +0530
committerrsiddharth <rsiddharth@ninthfloor.org>2014-08-01 16:15:10 +0530
commit1235c28046bc526b37e108e5baaf769b441b745b (patch)
tree9347ab42d25c3da004aaa659a22f1c74cf16cea8
parent8809afca335e17fc62be28f9a96ca52f0d97ea4d (diff)
src/gitb-init.sh: changed ssh_login to dummy value!
-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 4c71264..2646d17 100755
--- a/src/gitb-init.sh
+++ b/src/gitb-init.sh
@@ -10,7 +10,7 @@
repo_name=$1
git_dir="git" # default location relative to remote $HOME. change it if you want.
-ssh_login="rsiddharth@ninthfloor.org" # default ssh_login. you must change this.
+ssh_login="user@servername.tld" # default ssh_login. you must change this.
if [ -n "$2" ]; then