Skip to content

Commit 4b9fe97

Browse files
authored
Merge pull request #187 from espindola/openbsd
Enable pass on non-linux systems
2 parents 38bea2c + f76f0b3 commit 4b9fe97

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)