1
Fork 0
mirror of https://github.com/Steffo99/config-fish.git synced 2024-10-16 06:17:34 +00:00

Fix redocker quoting things

This commit is contained in:
Steffo 2023-11-13 04:49:27 +01:00
parent ddac797bbf
commit 23e2b1b576
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -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"