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"
|
cd "$path"
|
||||||
git pull --quiet
|
git pull --quiet
|
||||||
git add .
|
git add .
|
||||||
git commit -m "[script] update/add entrie/s" --quiet
|
git commit -m "[bash script] update/add entries" >> /dev/null
|
||||||
git push --quiet
|
git push --quiet
|
||||||
} || {
|
} || {
|
||||||
# Report; TODO: write log
|
# Report; TODO: write log
|
||||||
|
|
Loading…
Reference in a new issue