Skip to content

Commit

Permalink
Merge pull request #187 from espindola/openbsd
Browse files Browse the repository at this point in the history
Enable pass on non-linux systems
  • Loading branch information
ebriney authored May 31, 2021
2 parents 38bea2c + f76f0b3 commit 4b9fe97
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ secretservice:

pass:
mkdir -p bin
go build -o bin/docker-credential-pass pass/cmd/main_linux.go
go build -o bin/docker-credential-pass pass/cmd/main.go

wincred:
mkdir -p bin
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4b9fe97

Please sign in to comment.