Skip to content

Commit

Permalink
Merge pull request #65 from ddymko/network-error-msg
Browse files Browse the repository at this point in the history
Network error msg
  • Loading branch information
ddymko authored Dec 9, 2019
2 parents ab89d7d + 445e6d7 commit bbcf452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ var networkCreate = &cobra.Command{
network, err := client.Network.Create(context.TODO(), region, description, cdir)

if err != nil {
fmt.Printf("error deleteing network : %v", err)
fmt.Printf("error creating network : %v", err)
os.Exit(1)
}

Expand Down

0 comments on commit bbcf452

Please sign in to comment.