Skip to content

Commit

Permalink
silly removal miss
Browse files Browse the repository at this point in the history
Signed-off-by: Feny Mehta <[email protected]>
  • Loading branch information
fbm3307 committed Jan 30, 2025
1 parent 2aaa5c9 commit f7d055f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/verify-replace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ if [ ${#ERROR_REPO_LIST[@]} -ne 0 ]; then
for std_out_file_name in ${STD_OUT_FILE_LIST[*]}
do
if [[ ${std_out_file_name} =~ ${error_repo_name} ]]; then
cat "${std_out_file_name}" | grep -E ${GO_LINT_REGEX}|${ERROR_REGEX}|${FAIL_REGEX}
cat "${std_out_file_name}" | grep -E ${GO_LINT_REGEX}|${ERROR_REGEX}
fi
done
done
Expand Down

0 comments on commit f7d055f

Please sign in to comment.