summaryrefslogtreecommitdiff
path: root/bin/docker-shell
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-03-03 09:34:53 -0700
committermo khan <mo.khan@gmail.com>2020-03-03 09:34:53 -0700
commit6b2bc3d9b021e610d61477318e916b6692375900 (patch)
tree097b8fdc8446c2d56b7f32cf2cd1bf45d2b88d2e /bin/docker-shell
parentb5773fb506fbf90acca2c2e95febceb96dac3a95 (diff)
Fix shellcheck warnings
Diffstat (limited to 'bin/docker-shell')
-rwxr-xr-xbin/docker-shell2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/docker-shell b/bin/docker-shell
index be0db98..107f6b1 100755
--- a/bin/docker-shell
+++ b/bin/docker-shell
@@ -6,4 +6,4 @@ cd "$(dirname "$0")/.."
IMAGE_NAME=${IMAGE_NAME:-$(basename "$PWD"):latest}
-docker run --rm -it --entrypoint='' $1 "$IMAGE_NAME" /bin/bash -l
+docker run --rm -it --entrypoint='' "$1" "$IMAGE_NAME" /bin/bash -l