Skip to content

Commit

Permalink
(squash with fourth commit): update error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
GGabriele committed Sep 20, 2022
1 parent 7e22ca0 commit e385db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convert/convert.go
Expand Up @@ -93,7 +93,7 @@ func convertKongGateway2xTo3x(input *file.Content) (*file.Content, error) {
"From the config file, the _format_version field has been migrated from '%s' to '%s'.\n"+
"These automatic changes may not be fully correct or exhaustive, so please\n"+
"take the time to perform a manual audit of the config file.\n\n"+
"For related information, please visit: https://docs.konghq.com/gateway/latest/\n",
"For related information, please visit: https://docs.konghq.com/deck/latest/3.0-upgrade\n",
outputContent.FormatVersion, "3.0")
outputContent.FormatVersion = "3.0"
return outputContent, nil
Expand Down

0 comments on commit e385db0

Please sign in to comment.