Skip to content

Commit

Permalink
podman: fix service cmdline
Browse files Browse the repository at this point in the history
Workaround for Homebrew/brew#18802.
  • Loading branch information
ZhongRuoyu committed Nov 22, 2024
1 parent e44f18c commit 07ca173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/p/podman.rb
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def caveats
end

service do
run linux: [opt_bin/"podman", "system", "service", "--time=0"]
run linux: [opt_bin/"podman", "system", "service", "--time", "0"]
environment_variables PATH: std_service_path_env
working_dir HOMEBREW_PREFIX
end
Expand Down

0 comments on commit 07ca173

Please sign in to comment.