mirror of
https://github.com/Steffo99/config-fish.git
synced 2024-12-22 06:44:22 +00:00
Fix redocker quoting things
This commit is contained in:
parent
ddac797bbf
commit
23e2b1b576
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
function redocker
|
||||
set project (docker compose config --format json | jq .name)
|
||||
set project (docker compose config --format json | jq --raw-output .name)
|
||||
|
||||
echo_progress "Pulling images used by "
|
||||
echo_highlight "$project"
|
||||
|
|
Loading…
Reference in a new issue