scripts: tweak autosave
This commit is contained in:
parent
941e95ace6
commit
16b8a806a5
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ changes_exist="$(git status --porcelain | wc -l)"
|
||||||
|
|
||||||
# If no changes, exit. Else commit and push with timestamp
|
# If no changes, exit. Else commit and push with timestamp
|
||||||
if [ "$changes_exist" -eq 0 ]; then
|
if [ "$changes_exist" -eq 0 ]; then
|
||||||
echo "No changes, exiting"
|
echo "No changes, exiting"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue