diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/cicd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,5 +50,5 @@ for repo in "$@"; do version $VERSION refname $REFNAME EOF - printf 'Enqueued with id %s for %s\n' "$repo" "$id" + printf 'Enqueued with id %s for %s\n' "$id" "$repo" done |