Skip to content

Commit

Permalink
Forgot about $RC
Browse files Browse the repository at this point in the history
  • Loading branch information
adamperkowski committed Sep 20, 2024
1 parent bf0e9d3 commit 46112c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tabs/applications-setup/linutil-updater.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ installLinutil() {
LATEST_VERSION=$(curl -s https://crates.io/api/v1/crates/linutil_tui | jq -r '.crate.max_version')

if [ "$INSTALLED_VERSION" = "$LATEST_VERSION" ]; then
printf "%b\n" "${GREEN}linutil_tui is up to date."
printf "%b\n" "${GREEN}linutil_tui is up to date.${RC}"
exit 0
fi

Expand Down

0 comments on commit 46112c5

Please sign in to comment.