Skip to content

Commit

Permalink
main: fix typo "convert-config-to-alpha"
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 authored Feb 24, 2022
1 parent b2f780c commit 5b89e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func main() {
}

if *convertConfig && *alphaConfig != "" {
logger.Fatal("cannot use alpha-config and conver-config-to-alpha together")
logger.Fatal("cannot use alpha-config and convert-config-to-alpha together")
}

opts, err := loadConfiguration(*config, *alphaConfig, configFlagSet, os.Args[1:])
Expand Down

0 comments on commit 5b89e97

Please sign in to comment.