Skip to content

Commit

Permalink
chore: fix Ory CLI install script
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik committed Dec 1, 2021
1 parent 5129d1a commit 331164c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $(foreach dep, $(GO_DEPENDENCIES), $(eval $(call make-go-dependency, $(dep))))
$(call make-lint-dependency)

.bin/ory: Makefile
bash <(curl https://raw.githubusercontent.com/ory/cli/master/install.sh) -b .bin v0.0.72
bash <(curl https://raw.githubusercontent.com/ory/meta/master/install.sh) -d -b .bin ory v0.1.0
touch -a -m .bin/ory

node_modules: package.json package-lock.json Makefile
Expand Down

0 comments on commit 331164c

Please sign in to comment.