Skip to content

Commit

Permalink
Merge pull request tektoncd#404 from piyush-garg/fix_uidwrapper
Browse files Browse the repository at this point in the history
Fix uidwrapper
  • Loading branch information
openshift-merge-robot authored May 22, 2020
2 parents d727d9e + fcd33dc commit d9c7a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/ci-operator/uidwrapper
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ if ! whoami &> /dev/null; then
fi
fi

exec ${0}.orig $@
exec ${0}.orig "$@"

0 comments on commit d9c7a70

Please sign in to comment.