Skip to content

Commit 208e6da

Browse files
committed
fix linting
1 parent b9e5d9b commit 208e6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yubikey/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ func (p *Prompt) RetryText(arn string) string {
155155

156156
// PluggedIn returns true if a yubikey device is found on the system
157157
func (p *Prompt) PluggedIn() bool {
158-
oath, err := p.getDevice()
158+
oath, err := p.getDevice("")
159159
if err != nil {
160160
return false
161161
}

0 commit comments

Comments
 (0)