diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-11-21 13:13:31 +0000 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-11-21 13:13:31 +0000 |
commit | 13c65cbd1ddb648b0857cf28a07e74f26cc03faf (patch) | |
tree | 1577882a6e4e12cd595ef1dd92ad9f64a4a311fe /nix-conf/home | |
parent | 55f64497a85304daa211c06957c4f01704a3912c (diff) | |
download | dotfiles-13c65cbd1ddb648b0857cf28a07e74f26cc03faf.tar.gz |
Fix typo
Diffstat (limited to 'nix-conf/home')
-rw-r--r-- | nix-conf/home/includes/common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; |