Fix invalid git cli call

This commit is contained in:
Manuel Thalmann 2024-11-28 22:12:15 +01:00
parent 86fecfd3e4
commit 084897f5ee

View file

@ -27,7 +27,7 @@ function disposeAction -V dir
source "$dir/nix.fish" source "$dir/nix.fish"
runHook actionPostRun || true runHook actionPostRun || true
and uninstallNixPkgs and uninstallNixPkgs
and sudo git config remove-section --system safe || true and sudo git config --remove-section --system safe || true
end end
function runAction -V dir function runAction -V dir