mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 00:40:07 +00:00
[plugins/grails] Remove warning message; it's always displayed
This commit is contained in:
parent
5173634359
commit
f9c143b69c
1 changed files with 0 additions and 7 deletions
|
@ -1,10 +1,3 @@
|
|||
|
||||
if [[ ! -d $GRAILS_HOME/scripts ]];
|
||||
then
|
||||
echo "$0:"
|
||||
echo "Please set \$GRAILS_HOME to use the 'grails' plugin, and ensure that \$GRAILS_HOME/scripts exists"
|
||||
fi
|
||||
|
||||
_enumerateGrailsScripts() {
|
||||
# Default directoryies
|
||||
directories=($GRAILS_HOME/scripts ~/.grails/scripts ./scripts)
|
||||
|
|
Loading…
Reference in a new issue