Skip to content

Commit

Permalink
Merge pull request #387 from Gemo-X/patch-1
Browse files Browse the repository at this point in the history
Use `--depth=1` for git clone
  • Loading branch information
Shougo committed Sep 17, 2020
2 parents 655488a + 45decd5 commit 80aae6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/installer.sh
Expand Up @@ -32,7 +32,7 @@ echo ""
if ! [ -e "$INSTALL_DIR" ]; then
echo "Begin fetching dein..."
mkdir -p "$PLUGIN_DIR"
git clone https://github.com/Shougo/dein.vim "$INSTALL_DIR"
git clone --depth=1 https://github.com/Shougo/dein.vim "$INSTALL_DIR"
echo "Done."
echo ""
fi
Expand Down

0 comments on commit 80aae6b

Please sign in to comment.