From 5b89e975d14adf8dcdc41c42f54227dc0908449a Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Thu, 24 Feb 2022 08:59:45 +0100 Subject: [PATCH] main: fix typo "convert-config-to-alpha" --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 97f2c5a..0531456 100644 --- a/main.go +++ b/main.go @@ -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:])