Skip to content

Commit

Permalink
fix: error message
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleTryon committed Jan 25, 2024
1 parent fd9455d commit 7269d30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ echo "Run 'uhs --help' to get started"
echo
# Check if the binary is in your PATH
if ! command -v uhs &> /dev/null; then
echo "${RED}[WARNING]${NC} uhs could not be found in your PATH. Please add '~\${HOME}/.local/bin/' to your PATH."
fi
echo "${RED}[WARNING]${NC} uhs could not be found in your PATH. Please add '\${HOME}/.local/bin/' to your PATH."
fi

0 comments on commit 7269d30

Please sign in to comment.