Skip to content

Commit

Permalink
Add link to source file
Browse files Browse the repository at this point in the history
  • Loading branch information
Isengo1989 committed Dec 6, 2023
1 parent 4937fb5 commit 0d2c216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/watch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ find $WATCHER_PATH -type f -print0 | while IFS= read -r -d '' file; do
echo "String found!"
else
echo "String not found! Please check $WATCHER_URL"
echo "Sourcefile: $file"
echo "Sourcefile: https://github.com/shopware/docs/blob/main/$file"
echo 1 > error.txt
fi
fi
Expand Down

0 comments on commit 0d2c216

Please sign in to comment.