Skip to content

Commit

Permalink
fix typo in log output
Browse files Browse the repository at this point in the history
  • Loading branch information
j-bauer committed Apr 3, 2024
1 parent 6912ba2 commit 527ba66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/datahub-hooks.bash
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ if [ "$event_name" = "project_create" ]; then
}' \
"${CI_API_V4_URL}/projects/$project_id/badges"
)"
echo "pipeline branch creation: $ret"
echo "pipeline badge creation: $ret"

fi

Expand Down

0 comments on commit 527ba66

Please sign in to comment.