Revert "Fix double negative statement"

This reverts commit 54ed3c1f2b.
This commit is contained in:
Alessio Treglia
2015-07-01 19:47:38 +01:00
parent 54ed3c1f2b
commit 89d1acaa38

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