Skip to content

Commit f76f0b3

Browse files
committed
Enable pass on non-linux systems
There is nothing linux specific about pass. In particular, I use it in openbsd. Signed-off-by: Rafael Ávila de Espíndola <[email protected]>
1 parent f78081d commit f76f0b3

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ secretservice:
2727

2828
pass:
2929
mkdir -p bin
30-
go build -o bin/docker-credential-pass pass/cmd/main_linux.go
30+
go build -o bin/docker-credential-pass pass/cmd/main.go
3131

3232
wincred:
3333
mkdir -p bin
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)