We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc04e59 commit ffee2dfCopy full SHA for ffee2df
static/code/gitlab-webhook.sh
@@ -269,7 +269,7 @@ echo "[INFO] Finished processing all projects" >&2
269
total_projects=$((${#WEBHOOK_PROJECTS[@]} + ${#EXISTING_WEBHOOK_PROJECTS[@]}))
270
271
if [[ $total_projects -eq 0 ]]; then
272
- echo "[INFO] No projects were processed."
+ echo "[INFO] No projects were processed"
273
else
274
if [[ ${#WEBHOOK_PROJECTS[@]} -gt 0 ]]; then
275
if [[ "$VERBOSE" == "true" ]]; then
0 commit comments