Skip to content

Commit

Permalink
update default commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
HLWeil committed May 12, 2023
1 parent d9b60fe commit cfb22f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ArcCommander/APIs/GitAPI.fs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ module GitAPI =
// commit all changes
let commitMessage =
match tryGetFieldValueByName "CommitMessage" gitArgs with
| None -> "Update"
| None -> "sync changes via ARC Commander"
| Some s -> s

// print git status if verbose
Expand Down

0 comments on commit cfb22f8

Please sign in to comment.