2
1
mirror of https://github.com/kdabir/has.git synced 2024-11-10 21:26:50 +01:00

fix typo in yeoman.

This commit is contained in:
Kunal Dabir 2014-04-23 23:06:31 +05:30
parent f20ce01af2
commit c17b6d2afa
3 changed files with 3 additions and 3 deletions

View File

@ -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' $?

View File

@ -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))

View File

@ -1,2 +1,2 @@
yo --version > /dev/null 2>&1
_dq_report 'yoeman' $?
_dq_report 'yeoman' $?