Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit e3fd8d4

Browse files
committed
Format nonexisting sbt as error
1 parent 8e51c47 commit e3fd8d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ cd chatoverflow
3636
echo " * Refreshing using sbt..."
3737

3838
function sbterr() {
39-
echo "We would love to set the project up for you, but it seems like you don't have sbt installed."
40-
echo "Please install sbt and execute $ sbt ';update;fetch;update'"
41-
echo "Or follow the guide at https://github.com/codeoverflow-org/chatoverflow/wiki/Installation"
39+
echo " ! We would love to set the project up for you, but it seems like you don't have sbt installed."
40+
echo " ! Please install sbt and execute $ sbt ';update;fetch;update'"
41+
echo " ! Or follow the guide at https://github.com/codeoverflow-org/chatoverflow/wiki/Installation"
4242
}
4343

4444
command -v sbt >/dev/null 2>&1 \

0 commit comments

Comments
 (0)