summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index c3e2feb..6eb4591 100755
--- a/install
+++ b/install
@@ -6,7 +6,7 @@ setopt EXTENDED_GLOB
 
 if [[ ! -d dotfiles && ${(L)host} =~ prefect ]]
 then
-	hg clone ssh://alan@home.alanpearce.co.uk:22222/dotfiles
+	git clone ssh://alan@home.alanpearce.co.uk:22222/~/dotfiles.git
 fi
 
 install-dot () {