Skip to content

Commit

Permalink
Merge pull request #321 from eternityduck/patch-1
Browse files Browse the repository at this point in the history
Refactor re-use of PLATFORM
  • Loading branch information
MatrixCrawler authored Mar 27, 2024
2 parents b7fc0d7 + 6950928 commit abfbee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ adjust_os

adjust_arch

log_info "found version: ${VERSION} for ${TAG}/${OS}/${ARCH}"
log_info "found version: ${VERSION} for ${TAG}/${PLATFORM}"

NAME=${PROJECT_NAME}_${VERSION}_${OS}_${ARCH}
TARBALL=${NAME}.${FORMAT}
Expand Down

0 comments on commit abfbee7

Please sign in to comment.