Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
format: .bin/ory .bin/shfmt node_modules # formats the source code
echo formatting ...
.bin/ory dev headers license
.bin/ory dev headers copyright --type=open-source
.bin/shfmt --write .
npm exec -- prettier --write .

Expand All @@ -21,7 +21,7 @@ test: .bin/shellcheck .bin/shfmt node_modules # runs all linters

.bin/ory: Makefile
echo installing Ory CLI ...
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

.bin/shellcheck: Makefile
Expand Down
2 changes: 1 addition & 1 deletion scripts/sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ function install_dependencies_on_ci {
header "INSTALLING DEPENDENCIES"
sudo apt-get update -y
sudo apt-get install -y moreutils gettext-base
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
}

# pushes the committed changes from the local Git client to GitHub
Expand Down