Update vim plugin todo

This commit is contained in:
Riyyi
2018-01-31 22:51:33 +01:00
parent d5f28a06eb
commit 859cd40e63
+2 -2
View File
@@ -77,7 +77,8 @@ install() {
cd ".."
echo "Updated: $REPO"
else
# @ToDo: Add to config file after cloning the repository
sudo git clone "$1" 2> /dev/null
# Add git URL to config file
if [ -z "$2" ]; then
# Append before 'opt:'
@@ -92,7 +93,6 @@ install() {
fi
fi
sudo git clone "$1" 2> /dev/null
echo "Installed: $REPO"
fi
fi