Skip to content

Commit

Permalink
s/info/version
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilgardis committed Jul 15, 2022
1 parent 178a305 commit 86a550d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ fn get_custom_info(
) -> Result<Option<(ContainerOs, Architecture)>, EngineInfoError> {
engine_info(
ce,
&["info", "-f", "{{ .Client.Os }},,,{{ .Client.Arch }}"],
&["version", "-f", "{{ .Client.Os }},,,{{ .Client.Arch }}"],
",,,",
msg_info,
)
Expand Down

0 comments on commit 86a550d

Please sign in to comment.