Skip to content

Commit

Permalink
Fix CL formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
jobs-git authored Dec 27, 2024
1 parent 80c41b0 commit 74663f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@ else

HOMEBREW_PREFIX="/home/linuxbrew/.linuxbrew"

if [[ -z "$HOMEBREW_PREFIX" ]]; then
if [[ -z "${HOMEBREW_PREFIX}" ]]
then
echo "HOMEBREW_PREFIX is not set. Installing to ${HOMEBREW_PREFIX}"
else
echo "HOMEBREW_PREFIX is set to: ${HOMEBREW_PREFIX}"
Expand Down

0 comments on commit 74663f0

Please sign in to comment.