From a79dd31757da9ce204e9e75d3bba97cdfe713caa Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 28 Jun 2014 18:15:12 +0530 Subject: src/gitb-init.sh: set my ssh login. --- src/gitb-init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gitb-init.sh b/src/gitb-init.sh index 7df08ac..af78f54 100755 --- a/src/gitb-init.sh +++ b/src/gitb-init.sh @@ -10,7 +10,7 @@ repo_name=$1 git_dir="$HOME/git" # default location. 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 -- cgit v1.2.3