summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-03-09 17:40:03 -0300
committerEuAndreh <eu@euandre.org>2025-03-09 17:40:03 -0300
commitcbb2317ca9bc403882b7b213081a7008d9fc2bbe (patch)
treeee0ea8250d93266691c12d075ed83767c41c74b1
parentAdd src/cireport (diff)
downloadcicd-cbb2317ca9bc403882b7b213081a7008d9fc2bbe.tar.gz
cicd-cbb2317ca9bc403882b7b213081a7008d9fc2bbe.tar.xz
src/cicd: If order of printf arguments
-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