Skip to content

Commit

Permalink
removed unused arg
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Sep 14, 2021
1 parent 5a90df6 commit faa36c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ var deployCmd = &cobra.Command{
newVerNotification(vCh)

// print table summary
printContainerInspect(c, containers, c.Config.Mgmt.Network, format)
printContainerInspect(c, containers, format)

return nil
},
Expand Down

0 comments on commit faa36c6

Please sign in to comment.