Skip to content

Commit

Permalink
chore: license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgo committed Nov 2, 2022
1 parent f1459e9 commit 199fb42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ docs/cli: .bin/clidoc
curl https://raw.githubusercontent.com/ory/ci/master/licenses/install | sh

.bin/ory: Makefile
bash <(curl https://raw.githubusercontent.com/ory/meta/master/install.sh) -d -b .bin ory v0.1.44
touch -a -m .bin/ory
curl https://raw.githubusercontent.com/ory/meta/master/install.sh | bash -s -- -b .bin ory v0.1.45
touch .bin/ory

.PHONY: lint
lint: .bin/golangci-lint
Expand Down

0 comments on commit 199fb42

Please sign in to comment.