Skip to content

Commit

Permalink
Update network_create.go
Browse files Browse the repository at this point in the history
  • Loading branch information
haardikdharma10 committed Jun 13, 2024
1 parent f3980f5 commit de1d58c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/network/network_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ var networkCreateCmd = &cobra.Command{
firewall, err := client.NewFirewall(&civogo.FirewallConfig{
Name: fmt.Sprintf("%s - Default", network.Label),
NetworkID: network.ID,
// CreateRules: &createRules,
Region: client.Region,
Region: client.Region,
})
if err != nil {
utility.Error("%s", err)
Expand Down

0 comments on commit de1d58c

Please sign in to comment.