Skip to content

Commit 50bbdf3

Browse files
committed
Improved messages
1 parent a232828 commit 50bbdf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ if [ -f "$THEME_FILE" ]; then
7979
for line in "${THEME_LINES[@]}"; do
8080
if ! grep -Fxq "$line" "$THEME_FILE"; then
8181
echo "$line" >> "$THEME_FILE"
82-
echo "Added to $THEME_FILE: $line"
82+
echo "Added to themes.yml: $line"
8383
else
84-
echo "Already present in $THEME_FILE: $line"
84+
echo "Already present in themes.yml: $line"
8585
fi
8686
done
8787
else

0 commit comments

Comments
 (0)