Skip to content

Commit

Permalink
formats script
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanrayboss committed Jul 23, 2023
1 parent 4186b63 commit 9d4880a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ sort_versions() {
}

list_github_tags() {
git ls-remote --tags --refs "$GH_REPO" |
grep -o 'refs/tags/.*' | cut -d/ -f3- |
sed 's/^v//'
git ls-remote --tags --refs "$GH_REPO" |
grep -o 'refs/tags/.*' | cut -d/ -f3- |
sed 's/^v//'
}

list_all_versions() {
Expand Down Expand Up @@ -72,4 +72,4 @@ install_version() {
rm -rf "$install_path"
fail "An error occurred while installing $TOOL_NAME $version."
)
}
}

0 comments on commit 9d4880a

Please sign in to comment.