From 04cc33e57f39991c645580d85a82c7246998190d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 10 Apr 2014 19:51:31 +0100 Subject: Install: clone to target directory --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') diff --git a/install b/install index e31b00c..530e7a3 100755 --- a/install +++ b/install @@ -17,7 +17,7 @@ fi if [[ ! -d $target && ${(L)host} =~ prefect ]] then - git clone git://github.com/alanpearce/dotfiles.git + git clone git://github.com/alanpearce/dotfiles.git $target fi install-dot () { -- cgit 1.4.1