Better output messages

This commit is contained in:
southerntofu 2020-04-28 14:20:06 +02:00
parent dd6d7a208e
commit f5930bf2dd
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ fi
gitbuild=$HOME/.git-build
if [ ! -d "$gitbuild" ]; then
echo "$USER has no $gitbuild so we skip"
echo "[forgehook-trigger] WARNING: $USER has no $gitbuild"
continue
fi
@ -33,5 +33,5 @@ for f in $gitbuild/*.source; do
done
if [[ $FOUND = 0 ]]; then
echo "WARNING: $USER is subscribed to $r but no matching task was found"
echo "[forgehook-trigger] WARNING: $USER is subscribed to $r but no matching task was found"
fi