Skip to content
Snippets Groups Projects
Verified Commit 77dbf1e5 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

cli: Remove unnecessary bash call

parent 9b2f07a2
No related branches found
No related tags found
No related merge requests found
...@@ -31,4 +31,4 @@ podman run --rm -it \ ...@@ -31,4 +31,4 @@ podman run --rm -it \
-v "$CONFIG_DIR/helm:/root/.cache/helm:z" \ -v "$CONFIG_DIR/helm:/root/.cache/helm:z" \
-v "$DATA_DIR/helm:/root/.local/share/helm:z" \ -v "$DATA_DIR/helm:/root/.local/share/helm:z" \
-v "$(pwd):/workspace:z" -w /workspace \ -v "$(pwd):/workspace:z" -w /workspace \
quay.io/sheogorath/koolbox:latest /bin/bash $@ quay.io/sheogorath/koolbox:latest $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment