diff --git a/net/net.sh b/net/net.sh index cb645a1cbe..7c62c6a086 100755 --- a/net/net.sh +++ b/net/net.sh @@ -188,7 +188,7 @@ else fi annotate() { - ${BUILDKITE:-false} && { + [[ -z $BUILDKITE ]] || { buildkite-agent annotate "$@" } }