Skip to content

Commit d5ed9fe

Browse files
committed
enh(Git): Mention profile label in commit message
fixes #1739 Signed-off-by: Marcel Klehr <[email protected]>
1 parent 0fa30ef commit d5ed9fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/adapters/Git.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ export default class GitAdapter extends CachingAdapter {
195195
await git.commit({
196196
fs: this.fs,
197197
dir: this.dir,
198-
message: 'Floccus bookmarks update',
198+
message: `Floccus update: ${this.getLabel()}`,
199199
author: {
200200
name: 'Floccus bookmarks sync',
201201
}

0 commit comments

Comments
 (0)