Exit when failing to read config file in gitsrht-keys
1 files changed, 1 insertions(+), 0 deletions(-) M gitsrht-keys/main.go
M gitsrht-keys/main.go => gitsrht-keys/main.go +1 -0
@@ 55,6 55,7 @@ func main() { } if err != nil { logger.Fatalf("Failed to load config file: %v", err) + os.Exit(0) } keyType, b64key, prefix, err = srhtkeys.ParseArgs(logger)