Skip to content

Commit ecc52e6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent bb837b0 commit ecc52e6

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
@@ -114,7 +114,7 @@ jobs:
114114
check_path=$(echo "${png_path:1}" | cut -d '#' -f1)
115115
echo "No.3----->check_path is $check_path"
116116
else
117-
# relative path
117+
# relative path
118118
check_path=${refer_path}
119119
relative_path=$(echo "$png_path" | cut -d '#' -f1)
120120
if [ -n "$relative_path" ]; then check_path=$(dirname "$refer_path")/$relative_path fi

0 commit comments

Comments
 (0)