Fix changelog checker

This commit is contained in:
Mint 2025-11-07 19:44:34 +03:00
commit aef26a615e
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,8 @@
#!/bin/sh
echo "adding ownership exception"
git config --global --add safe.directory $(pwd)
echo "looking for change log"
git remote add upstream https://git.pleroma.social/pleroma/pleroma.git