summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/gitb-init.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gitb-init.sh b/src/gitb-init.sh
index ec4dab8..4c71264 100755
--- a/src/gitb-init.sh
+++ b/src/gitb-init.sh
@@ -10,7 +10,8 @@
repo_name=$1
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.
+ssh_login="rsiddharth@ninthfloor.org" # default ssh_login. you must change this.
+
if [ -n "$2" ]; then
git_dir=$2