diff --git a/systemd/conservancy-www-update.sh b/systemd/conservancy-www-update.sh index da8f980b..c3ba354b 100755 --- a/systemd/conservancy-www-update.sh +++ b/systemd/conservancy-www-update.sh @@ -2,6 +2,7 @@ set -e set -u +set -x PRODUCTION_BRANCH="${PRODUCTION_BRANCH:-master}" @@ -23,7 +24,7 @@ fi IFS=/ read git_remote git_refspec <