Skip to content

Commit

Permalink
Update cmd/headscale/cli/utils.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kradalby committed Jun 26, 2022
1 parent 647972c commit 72d1d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/headscale/cli/utils.go
Expand Up @@ -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().
Expand Down

0 comments on commit 72d1d26

Please sign in to comment.