diff --git a/bin/all/dq.sh b/bin/all/dq.sh index db80121..40d6701 100755 --- a/bin/all/dq.sh +++ b/bin/all/dq.sh @@ -122,7 +122,7 @@ wget --version > /dev/null 2>&1 _dq_report 'wget' $? yo --version > /dev/null 2>&1 -_dq_report 'yoeman' $? +_dq_report 'yeoman' $? zsh --version > /dev/null 2>&1 _dq_report 'zsh' $? diff --git a/bin/frontend_dev/dq.sh b/bin/frontend_dev/dq.sh index 98ac826..f689d82 100755 --- a/bin/frontend_dev/dq.sh +++ b/bin/frontend_dev/dq.sh @@ -44,7 +44,7 @@ _dq_report 'sass' $? vi --version > /dev/null 2>&1 _dq_report 'vi' $? yo --version > /dev/null 2>&1 -_dq_report 'yoeman' $? +_dq_report 'yeoman' $? echo Your dq is $OK / $(($OK+$KO)) diff --git a/lib/frontend/yo.sh b/lib/frontend/yo.sh index 1d2000b..0ef5ce3 100644 --- a/lib/frontend/yo.sh +++ b/lib/frontend/yo.sh @@ -1,2 +1,2 @@ yo --version > /dev/null 2>&1 -_dq_report 'yoeman' $? +_dq_report 'yeoman' $?