mirror of
https://github.com/foomo/posh-providers.git
synced 2025-10-16 12:35:41 +00:00
fix: lint issue
This commit is contained in:
parent
1dbf21ce9c
commit
8787adc7e5
@ -2,7 +2,6 @@ package az
|
||||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"strings"
|
||||
|
||||
"github.com/foomo/posh/pkg/log"
|
||||
@ -18,5 +17,5 @@ func AuthChecker(ctx context.Context, l log.Logger) []check.Info {
|
||||
} else if strings.Contains(string(out), "az login") {
|
||||
return []check.Info{check.NewNoteInfo(name, "Unauthenticated")}
|
||||
}
|
||||
return []check.Info{check.NewSuccessInfo(name, fmt.Sprintf("Authenticated"))}
|
||||
return []check.Info{check.NewSuccessInfo(name, "Authenticated")}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user