Skip to content

Commit

Permalink
🎨 Use shfmt to format code
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Nov 29, 2023
1 parent 496aa83 commit 610ae14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ termux_pkg_auto_update() {
termux_github_api_get_tag "${TERMUX_PKG_SRCURL}" "${TERMUX_PKG_UPDATE_TAG_TYPE}"
)"

if [[ -z "${latest_tag}" ]]; then
if [[ -z ${latest_tag} ]]; then
termux_error_exit "ERROR: Unable to get tag from ${TERMUX_PKG_SRCURL}"
fi
termux_pkg_upgrade_version "0.0.0-${latest_tag}"
Expand Down

0 comments on commit 610ae14

Please sign in to comment.