Skip to content

Commit

Permalink
fix(firewall): wrong wording when firewall is removed from resource
Browse files Browse the repository at this point in the history
  • Loading branch information
phm07 committed Jul 10, 2024
1 parent 320300c commit f4fb928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/firewall/remove_from_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ var RemoveFromResourceCmd = base.Cmd{
if err := s.WaitForActions(cmd, s, actions...); err != nil {
return err
}
cmd.Printf("Firewall %d applied\n", firewall.ID)
cmd.Printf("Firewall %d removed\n", firewall.ID)

return nil
},
Expand Down

0 comments on commit f4fb928

Please sign in to comment.