diff --git a/cli/koolbox b/cli/koolbox index 5c9c161e3f3a6fd51803741cacb8ec7aac9d4732..8b49d2adfbe8b43a711048accb200f444d0639d8 100755 --- a/cli/koolbox +++ b/cli/koolbox @@ -31,4 +31,4 @@ podman run --rm -it \ -v "$CONFIG_DIR/helm:/root/.cache/helm:z" \ -v "$DATA_DIR/helm:/root/.local/share/helm:z" \ -v "$(pwd):/workspace:z" -w /workspace \ - quay.io/sheogorath/koolbox:latest /bin/bash $@ + quay.io/sheogorath/koolbox:latest $@