This is an automated email from the ASF dual-hosted git repository.
raducotescu pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-committer-cli.git
The following commit(s) were added to refs/heads/master by this push:
new 7400a90 trivial: quote positional arguments
7400a90 is described below
commit 7400a9019528c1a1de8762dfe36ba0f49cc7f023
Author: Radu Cotescu <[email protected]>
AuthorDate: Mon Aug 24 16:29:45 2026 +0200
trivial: quote positional arguments
---
run.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/run.sh b/run.sh
index d8c579e..854a552 100755
--- a/run.sh
+++ b/run.sh
@@ -12,4 +12,4 @@
# and limitations under the License.
#
----------------------------------------------------------------------------------------
-docker run -it --env-file=./docker-env apache/sling-committer-cli $@
+docker run -it --env-file=./docker-env apache/sling-committer-cli "$@"