fully functional beta 2.0

This commit is contained in:
Toni de la Fuente
2018-03-26 22:54:21 -04:00
parent 6647702d90
commit 2648067ac6
4 changed files with 12 additions and 12 deletions

View File

@@ -75,7 +75,7 @@ textTitle(){
if [[ "$ITEM_SCORED" == "Scored" ]]; then
echo -e "\n$BLUE $TITLE_ID $NORMAL $TITLE_TEXT"
else
echo -e "\n$PURPLE $TITLE_ID $TITLE_TEXT $NORMAL"
echo -e "\n$PURPLE $TITLE_ID $TITLE_TEXT $NORMAL"
fi
fi
}