fix: eliminate empty then block in bash script
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Glen Whitney 2021-03-01 09:50:33 -08:00
parent e3ff1f259e
commit 87a6fbc642
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ BINDIR=$(dirname $BASH_SOURCE)
if $BINDIR/ng sunshine --help
then
# echo "sun already shining."
:
else
# echo "disperse the clouds."
SUNJAR="$BINDIR/../lib/sunshine.jar"