aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-11-28 13:47:56 +0100
committerKarel Kočí <karel.koci@nic.cz>2018-11-28 13:47:56 +0100
commit89bca0617c8176e0ca3dfa093f80d818eb188fd7 (patch)
tree3499dba64e60b52c9bdf9fe7606de9422bc086a0
parent08b684d5bfa29c4f50c491e1ab0b5e9a0c84e3c8 (diff)
downloadmyconfigs-89bca0617c8176e0ca3dfa093f80d818eb188fd7.tar.gz
myconfigs-89bca0617c8176e0ca3dfa093f80d818eb188fd7.tar.bz2
myconfigs-89bca0617c8176e0ca3dfa093f80d818eb188fd7.zip
development: fix ask message
-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