Skip to content

Commit c2cc322

Browse files
authored
chore: update Ory CLI with breaking changes to the format task (#391)
1 parent 29d2ecf commit c2cc322

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
format: .bin/ory node_modules # formats the source code
2-
.bin/ory dev headers license
2+
.bin/ory dev headers copyright --type=open-source
33
gofmt -l -s -w .
44
npm exec -- prettier --write .
55

@@ -13,7 +13,7 @@ licenses: .bin/licenses node_modules # checks open-source licenses
1313
curl https://raw.githubusercontent.com/ory/ci/master/licenses/install | sh
1414

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

1919
node_modules: package-lock.json

0 commit comments

Comments
 (0)