aboutsummaryrefslogtreecommitdiff
path: root/examples/example2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example2.sh')
-rwxr-xr-xexamples/example2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example2.sh b/examples/example2.sh
index ab4faff..e5d95c0 100755
--- a/examples/example2.sh
+++ b/examples/example2.sh
@@ -15,4 +15,4 @@
set -exuo pipefail
# Run a container
-docker run --rm -it ubuntu:18.04 /bin/bash -c date "$@"
+docker run --rm -it ubuntu:18.04 /bin/bash -c "date $*"