diff --git a/cmd/headscale/cli/utils.go b/cmd/headscale/cli/utils.go index 50bd15f4..56da6be3 100644 --- a/cmd/headscale/cli/utils.go +++ b/cmd/headscale/cli/utils.go @@ -55,7 +55,7 @@ func getHeadscaleCLIClient() (context.Context, v1.HeadscaleServiceClient, *grpc. Err(err). Caller(). Msgf("Failed to load configuration") - os.Exit(-1) // we get here if logging is supressed (i.e., json output) + os.Exit(-1) // we get here if logging is suppressed (i.e., json output) } log.Debug().