Fix invalid git
cli call
This commit is contained in:
parent
e20681a1bd
commit
7f9616be02
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ function disposeAction -V dir
|
|||
source "$dir/nix.fish"
|
||||
runHook actionPostRun || true
|
||||
and uninstallNixPkgs
|
||||
and sudo git config remove-section --system safe || true
|
||||
and sudo git config --remove-section --system safe || true
|
||||
end
|
||||
|
||||
function runAction -V dir
|
||||
|
|
Loading…
Reference in a new issue