From 8330c5a4b4b8d736ef32fb97a28cf8a59a75ffb3 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Thu, 22 Nov 2012 12:05:09 +0100 Subject: [PATCH] Change path. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 82c5ad5..c818c97 100644 --- a/install.sh +++ b/install.sh @@ -10,7 +10,7 @@ sed -i -e 's/robbyrussell/nicoulaj/' ~/.zshrc echo "[ -e ~/.zshrc.local ] && source ~/.zshrc.local" >> ~/.zshrc # ftpd/doftiles -path="https://ftpd@bitbucket.org/ftpd/dotfiles.git" +path="https://bitbucket.org/ftpd/dotfiles.git" if [ `hostname` = "tuonela.local" ] && [ `whoami` = "ftpd" ]; then path="git@bitbucket.org:ftpd/dotfiles.git"