minor change in dep check script

This commit is contained in:
Sameer Rahmani 2014-04-10 16:53:03 +04:30
parent 436324a9ed
commit 91ddfabc3c
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ function do_check() {
check_dep 'ruby' 'You need to install it from your package manager or from source'
check_dep 'rake' 'Install it using "gem install rake"'
check_dep 'bundle' 'Install it using "gem install bundler"'
check_dep 'rubocop' 'Install it using "gem install rubocop"'
fi
if [[ "${selected_plugins[*]}" == *"kuso-web"* ]]