diff options
-rwxr-xr-x | install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install index c3e2feb3..6eb45912 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 () { |