Skip to content

Commit

Permalink
enh(Git): Mention profile label in commit message
Browse files Browse the repository at this point in the history
fixes #1739

Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Oct 9, 2024
1 parent 0fa30ef commit d5ed9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/adapters/Git.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export default class GitAdapter extends CachingAdapter {
await git.commit({
fs: this.fs,
dir: this.dir,
message: 'Floccus bookmarks update',
message: `Floccus update: ${this.getLabel()}`,
author: {
name: 'Floccus bookmarks sync',
}
Expand Down

0 comments on commit d5ed9fe

Please sign in to comment.