Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/mintoolkit/mint
Browse files Browse the repository at this point in the history
  • Loading branch information
kcq committed Aug 20, 2024
2 parents f0fb8cc + 7b39f3a commit eac500a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-mint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function get_mint() {
VER=$1
else
# Get the current released tag_name
VER=$(curl -sL https://api.github.com/repos/slimtoolkit/slim/releases \
VER=$(curl -sL https://api.github.com/repos/mintoolkit/mint/releases \
| grep tag_name | head -n1 | cut -d'"' -f4)
fi

Expand Down

0 comments on commit eac500a

Please sign in to comment.