Skip to content

Commit

Permalink
fix: suppress warnings when listing containers
Browse files Browse the repository at this point in the history
  • Loading branch information
desdic committed Jul 31, 2024
1 parent 732cab6 commit 1505dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/greyjoy/_extensions/docker_compose.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ M.parse = function(fileinfo)
M.config["cmd"]
.. " -f "
.. filename
.. " ps --filter 'status=running' --format '{{.Service}}'"
.. " ps --filter 'status=running' --format '{{.Service}}' 2>/dev/null"
)

if not pipe then
Expand Down

0 comments on commit 1505dde

Please sign in to comment.