Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
righettod authored Nov 1, 2022
1 parent ee76541 commit 4f9d7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bin/check-file-for-starting-slash
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ for modified_file in $modified_files
do
echo "[+] Check $modified_file ..."
matches=$(grep -cE '^/[a-zA-Z0-9\._]+' $modified_file)
echo "Entries identified starting with a slash: matches"
echo "Entries identified starting with a slash: $matches"
if [ $matches -ne 0 ]
then
echo "::warning file=$modified_file,line=1,col=1,endColumn=1::$matches entries start with a slash."
Expand Down

0 comments on commit 4f9d7ea

Please sign in to comment.