forked from friendica/friendica-docker-ci
Bold formatting output
This commit is contained in:
parent
4bc9337a09
commit
05b5f8d729
|
@ -13,5 +13,5 @@ if [[ $(git diff -U0 **/messages.po | grep -vE '^(@@|\-"POT-Creation-Date|\+"POT
|
|||
echo "$(git diff **/messages.po)"
|
||||
exit 1
|
||||
else
|
||||
echo "Nothing to update"
|
||||
echo "\033[1mNothing to update\033[0m"
|
||||
fi
|
||||
|
|
|
@ -9,5 +9,5 @@ if [[ $(git diff -U0 ./view/lang/C/messages.po | grep -vE '^(@@|\-"POT-Creation-
|
|||
echo "$(git diff ./view/lang/C/messages.po)"
|
||||
exit 1
|
||||
else
|
||||
echo "Nothing to update"
|
||||
echo "\033[1mNothing to update\033[0m"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue