From 199fb421393733a680081454c932837177240a27 Mon Sep 17 00:00:00 2001 From: Kevin Goslar Date: Wed, 2 Nov 2022 15:52:00 -0500 Subject: [PATCH] chore: license headers --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9a698735810..aff679cbe94 100644 --- a/Makefile +++ b/Makefile @@ -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