Skip to content

Commit 59c99af

Browse files
committed
lint
1 parent 891e002 commit 59c99af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/crowdsec-cli/cliconsole/console.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ func optionFilterDisable(opts []string, disableOpts []string) ([]string, error)
180180
return opts, nil
181181
}
182182

183-
func (_ *cliConsole) getDefaultInstanceName() string {
183+
func (*cliConsole) getDefaultInstanceName() string {
184184
hostname, err := os.Hostname()
185185
if err != nil {
186186
log.Warnf("Could not get machine hostname: %s. Defaulting to machine id as instance name", err)

0 commit comments

Comments
 (0)