From fc11b1070ffe3ff65bf1deb3edfeada1213ac887 Mon Sep 17 00:00:00 2001 From: Kevin Goslar Date: Mon, 7 Nov 2022 19:47:52 -0600 Subject: [PATCH] chore: update Ory CLI with breaking changes to the format task (#116) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2cb4f96..d2a1547 100644 --- a/Makefile +++ b/Makefile @@ -90,7 +90,7 @@ manifests: controller-gen # Format the source code format: .bin/ory node_modules - .bin/ory dev headers license + .bin/ory dev headers copyright --type=open-source go fmt ./... npm exec -- prettier --write . @@ -138,7 +138,7 @@ kubebuilder: export PATH=${PATH}:${PWD}/.bin/kubebuilder/bin .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 licenses: .bin/licenses node_modules # checks open-source licenses