Skip to content

Commit

Permalink
Proper commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
tkellogg committed Jan 3, 2022
1 parent d536930 commit f4d552d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snapshots.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ impl fmt::Display for CaptureStatus {
pub fn capture(path: &Path) -> Result<Option<CaptureStatus>, Error> {
let repo = Repository::open(path)?;
let head = repo.head()?.peel_to_commit()?;
let message = "test commit";
let message = "dura auto-backup";

// status check
if repo.statuses(None)?.is_empty() {
Expand Down

0 comments on commit f4d552d

Please sign in to comment.