Skip to content

Commit 780f543

Browse files
committed
Merge pull request #3 from wangxinalex/patch-1
fixes bash syntax error
2 parents 995d2e0 + c60fc25 commit 780f543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rails-installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ echo "######################################"
7777
echo "###### Installation Completed ########"
7878
echo "######################################"
7979

80-
if [ "$(which notify-send)" != "" ] then
80+
if [ "$(which notify-send)" != "" ]; then
8181
notify-send "Rails Install Complete"
8282
fi
8383

0 commit comments

Comments
 (0)