Skip to content

Commit c7d0048

Browse files
committed
Fixed whitespace
1 parent ad3b93f commit c7d0048

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

install.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,15 @@ case "$yn" in
66
y|Y|yes|YES|"")
77
echo "Copying plank theme..."
88
cp -Ri Frost $HOME/.local/share/plank/themes
9-
9+
1010
echo "Done"
11-
11+
1212
;;
13-
13+
1414
*)
1515
echo "Invalid input"
1616
exit 1
17-
17+
1818
esac
1919

2020
exit 0
21-

0 commit comments

Comments
 (0)