We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c1f13 commit 9c18f03Copy full SHA for 9c18f03
pass/pass_linux.go
@@ -49,7 +49,7 @@ func (p Pass) checkInitialized() error {
49
// We just run a `pass ls`, if it fails then pass is not initialized.
50
_, err := p.runPassHelper("", "ls")
51
if err != nil {
52
- return fmt.Errorf("error initializing pass: %v", err)
+ return fmt.Errorf("pass not initialized: %v", err)
53
}
54
passInitialized = true
55
return nil
0 commit comments