diff --git a/itchio/butler/entrypoint.sh b/itchio/butler/entrypoint.sh index 344fde8..aa6a574 100644 --- a/itchio/butler/entrypoint.sh +++ b/itchio/butler/entrypoint.sh @@ -1,8 +1,6 @@ #!/bin/bash ARGS="$@" -echo "API KEY: $BUTLER_API_KEY" - set -o pipefail exec 5>&1 OUTPUT=$(bash -c "butler $ARGS" | tee /dev/fd/5)