Skip to content

Commit

Permalink
Update formatting on error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Malcador committed Aug 26, 2020
1 parent cf04735 commit ac97a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ func GetNetwork(networkId string) *config.ExportNetwork {
}

if network == nil {
logrus.Error(colorizer.Sprintf("Couldn't find network %s in the configuration file. Please use the % command to set up a new network.",
logrus.Error(colorizer.Sprintf("Couldn't find network %s in the configuration file. Please use the %s command to set up a new network.",
colorizer.Bold(colorizer.Red(networkId)),
colorizer.Bold(colorizer.Green("tenderly export init")),
))
Expand Down

0 comments on commit ac97a82

Please sign in to comment.