Skip to content

Commit 8d2dc8a

Browse files
author
Yamashita Yuu
committed
Fix broken update.sh
1 parent e39d4b0 commit 8d2dc8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pythons/update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ for file in source/*; do
4040
sha="$(compute_sha2 < "$file")"
4141
ln -f "$file" "$md5"
4242
ln -f "$file" "$sha"
43-
sed -i -e "/<a $base<\/a>/s/^.*$/<li><a href=\"$sha\">$base<\/a><\/li>/" index.html
43+
sed -i -e "/>$base</s/^.*$/<li><a href=\"$sha\">$base<\/a><\/li>/" index.html
4444
done
4545

4646
# vim:set ft=sh :

0 commit comments

Comments
 (0)