feat: updated commit message
This commit is contained in:
parent
cac4c904ac
commit
8909dbe41e
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ notesSync() {
|
|||
cd "$path"
|
||||
git pull --quiet
|
||||
git add .
|
||||
git commit -m "[script] update/add entrie/s" --quiet
|
||||
git commit -m "[bash script] update/add entries" >> /dev/null
|
||||
git push --quiet
|
||||
} || {
|
||||
# Report; TODO: write log
|
||||
|
|
Loading…
Reference in a new issue