summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/cicd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cicd b/src/cicd
index b51bf05..f2c50de 100755
--- a/src/cicd
+++ b/src/cicd
@@ -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