Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 3c59895

Browse files
committed
Fix op command
1 parent e1c450f commit 3c59895

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internals/onepassword/onepassword.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ type itemFieldTemplate struct {
8686
}
8787

8888
func execOP(args ...string) ([]byte, error) {
89-
command := exec.Command("op1", args...)
89+
command := exec.Command("op", args...)
9090
command.Stderr = os.Stderr
9191
var out bytes.Buffer
9292
command.Stdout = &out

0 commit comments

Comments
 (0)