aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index ece6627..e0b4758 100755
--- a/install
+++ b/install
@@ -51,7 +51,7 @@ if ask "vim" "Install VIM scripts"; then
vim +PluginInstall +qall
fi
-if ask "dev" "Install VIM scripts"; then
+if ask "dev" "Development tools configuration"; then
inst config/pycodestyle ~/.config/pycodestyle
fi