aboutsummaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2019-10-18 06:46:33 -0400
committerMitch Riedstra <mitch@riedstra.us>2019-10-18 06:46:33 -0400
commit92df1df37c81b0f59f818d7aa7216e96ef9e6783 (patch)
tree5517336f36b33276da0602a986691b7462b1c3dc /setup.sh
parent1f4a494606e81ed8ce6173e1f86aeb1ffe0285f8 (diff)
downloadvim-cfg-92df1df37c81b0f59f818d7aa7216e96ef9e6783.tar.gz
vim-cfg-92df1df37c81b0f59f818d7aa7216e96ef9e6783.tar.xz
Clone into current directory
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index f7e069d..2cced41 100755
--- a/setup.sh
+++ b/setup.sh
@@ -12,7 +12,7 @@ clone() {
mkdir -p "$DIR"
cd "$DIR"
git clone --depth=1 "$URL" . ||
- git clone "$URL"
+ git clone "$URL" .
fi
cd $WD
printf ""