Skip to content

Commit

Permalink
fix(install): end of if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
rxri committed Dec 4, 2022
1 parent c35d8ca commit 1e689fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ check() {
echo "APPENDING $spicetify_install to PATH in $shellrc"
if !endswith_newline $shellrc; then
echo >> $shellrc
fi
echo ${2:-$path} >> $shellrc
echo "Restart your shell to have spicetify in your PATH."
else
Expand Down

0 comments on commit 1e689fc

Please sign in to comment.