From f4d552da1f92f3d5ad85de483f2faa0a3d2efa65 Mon Sep 17 00:00:00 2001 From: Tim Kellogg Date: Mon, 3 Jan 2022 13:52:35 -0500 Subject: [PATCH] Proper commit message --- src/snapshots.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/snapshots.rs b/src/snapshots.rs index 6b96d14..7fa2135 100644 --- a/src/snapshots.rs +++ b/src/snapshots.rs @@ -18,7 +18,7 @@ impl fmt::Display for CaptureStatus { pub fn capture(path: &Path) -> Result, 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() {