Skip to content

Commit

Permalink
diff: não linkar pra páginas removidas
Browse files Browse the repository at this point in the history
  • Loading branch information
Misterio77 committed May 24, 2024
1 parent 4905d27 commit 01bca9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion page_diff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ fi
while IFS= read -r line; do
path="$(echo $line | cut -d ' ' -f4)"
if [ -n "$path" ]; then
echo "- [/$path]($base_url/$path)"
echo "- /$path"
fi
done <<< "$removed"

0 comments on commit 01bca9c

Please sign in to comment.