Fix double negative statement

This is mostly for consistency with its own install script.
This commit is contained in:
Alessio Treglia
2015-07-01 19:20:53 +01:00
parent 91c691a806
commit 54ed3c1f2b

View File

@@ -2,4 +2,4 @@
set -eo pipefail; [[ $DOKKU_TRACE ]] && set -x
source "$(dirname $0)/../common/functions"
[[ ! "$DOKKU_EVENTS" ]] || dokku_log_pluginhook_call "$(basename $0)" "$@"
[[ "$DOKKU_EVENTS" ]] && dokku_log_pluginhook_call "$(basename $0)" "$@"