Skip to content

Commit

Permalink
chore: update Ory CLI with breaking changes to the format task (#3338)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgo committed Nov 8, 2022
1 parent 3749a73 commit 90152fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -41,7 +41,7 @@ docs/cli: .bin/clidoc
curl https://raw.githubusercontent.com/ory/ci/master/licenses/install | sh

.bin/ory: Makefile
curl https://raw.githubusercontent.com/ory/meta/master/install.sh | bash -s -- -b .bin ory v0.1.47
curl https://raw.githubusercontent.com/ory/meta/master/install.sh | bash -s -- -b .bin ory v0.1.48
touch .bin/ory

.PHONY: lint
Expand Down Expand Up @@ -95,7 +95,7 @@ quicktest-hsm:
# Formats the code
.PHONY: format
format: .bin/goimports .bin/ory node_modules
.bin/ory dev headers license --exclude=internal/httpclient
.bin/ory dev headers copyright --type=open-source --exclude=internal/httpclient
.bin/goimports -w --local github.com/ory .
npm exec -- prettier --write .

Expand Down

0 comments on commit 90152fa

Please sign in to comment.