Skip to content

Commit

Permalink
FQDN optional in command install for podman
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Mateus <[email protected]>
  • Loading branch information
rjmateus authored and cbosdo committed Jan 25, 2024
1 parent dda0f98 commit d7e3a6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mgradm/cmd/install/podman/podman.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The install podman command assumes podman is installed locally
NOTE: for now installing on a remote podman is not supported!
`,
Args: cobra.ExactArgs(1),
Args: cobra.MaximumNArgs(1),
RunE: func(cmd *cobra.Command, args []string) error {
var flags podmanInstallFlags
return utils.CommandHelper(globalFlags, cmd, args, &flags, installForPodman)
Expand Down
2 changes: 2 additions & 0 deletions uyuni-tools.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* FQDN optional in command install for podman

-------------------------------------------------------------------
Mon Jan 15 11:08:45 CET 2024 - [email protected]

Expand Down

0 comments on commit d7e3a6c

Please sign in to comment.