1
0
Fork 0

update add_pdf.sh

This commit is contained in:
Malte Jürgens 2022-10-07 18:48:33 +02:00
parent 73493e8342
commit 97520e5c48
Signed by: maltejur
GPG key ID: D29FBD5F93C0CFC3

View file

@ -27,6 +27,6 @@ if [[ "$(
echo $REPLY echo $REPLY
)" == [Yy]* ]]; then )" == [Yy]* ]]; then
echo "-> Committing changes" echo "-> Committing changes"
git add assets/files/. git add assets/files/. assets/data.json
git commit -m "$PDF_TYPE/$PDF_NUMBER" git commit -m "$PDF_TYPE/$PDF_NUMBER"
fi fi