Skip to content

Commit dd373ba

Browse files
committed
bug fix
Signed-off-by: chensuyue <[email protected]>
1 parent ecc52e6 commit dd373ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-link-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
# relative path
118118
check_path=${refer_path}
119119
relative_path=$(echo "$png_path" | cut -d '#' -f1)
120-
if [ -n "$relative_path" ]; then check_path=$(dirname "$refer_path")/$relative_path fi
120+
if [ -n "$relative_path" ]; then check_path=$(dirname "$refer_path")/$relative_path; fi
121121
echo "No.4----->check_path is $check_path"
122122
fi
123123

0 commit comments

Comments
 (0)