We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 995d2e0 + c60fc25 commit 780f543Copy full SHA for 780f543
rails-installer.sh
@@ -77,7 +77,7 @@ echo "######################################"
77
echo "###### Installation Completed ########"
78
echo "######################################"
79
80
-if [ "$(which notify-send)" != "" ] then
+if [ "$(which notify-send)" != "" ]; then
81
notify-send "Rails Install Complete"
82
fi
83
0 commit comments