From 13c65cbd1ddb648b0857cf28a07e74f26cc03faf Mon Sep 17 00:00:00 2001 From: David Morgan Date: Mon, 21 Nov 2022 13:13:31 +0000 Subject: [PATCH] Fix typo --- nix-conf/home/includes/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix-conf/home/includes/common.nix b/nix-conf/home/includes/common.nix index 9deaaf6..8d58312 100644 --- a/nix-conf/home/includes/common.nix +++ b/nix-conf/home/includes/common.nix @@ -212,7 +212,7 @@ in ff = "only"; rebase = false; }; - push.autoSetupRemove = true; + push.autoSetupRemote = true; rebase = { # TODO # autosquash = true;