Autosave: 2023-01-21 13:06:01

This commit is contained in:
thomasabishop 2023-01-21 13:06:01 +00:00
parent 3a3c70c699
commit def087704c

View file

@ -12,6 +12,8 @@ cd "$NOTES_PATH"
# Loop through directories and convert spaces in filenames to underscores
source ${SPACE_TO_UNDERSCORE}
source ${CLEAN_IMAGE_DIRECTORY}
git pull
CHANGES_EXIST="$(git status --porcelain | wc -l)"