From 77dbf1e59b6290bc68b96daedde1cd8805130b17 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Tue, 5 Oct 2021 20:57:06 +0200 Subject: [PATCH] cli: Remove unnecessary bash call --- cli/koolbox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/koolbox b/cli/koolbox index 5c9c161e3..8b49d2adf 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 $@ -- GitLab