diff options
Diffstat (limited to '')
-rwxr-xr-x | src/cicd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ shift $((OPTIND - 1)) for repo in "$@"; do id="$(uuid)" - cat <<-EOF | q cicd-inbox in + cat <<-EOF | sudo -u cicd q -D /var/lib/cicd cicd-inbox in repo $repo id $id now $(now) |