From 3fcebd1de04460255a0644f63576ab0f2d3bca58 Mon Sep 17 00:00:00 2001 From: dadada Date: Sat, 2 Mar 2024 12:23:36 +0100 Subject: [PATCH] fix(git): fix formatting --- home/modules/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/git.nix b/home/modules/git.nix index 9476ac0..497927c 100644 --- a/home/modules/git.nix +++ b/home/modules/git.nix @@ -79,7 +79,7 @@ in }; rebase = { abbreviateCommands = true; - # Automatically force-update any branches that point to commits that are being rebased. + # Automatically force-update any branches that point to commits that are being rebased. updateRefs = true; }; rerere.enabled = true;