Remove safe
config section after any action
This commit is contained in:
parent
029ad68e20
commit
0e5370f7ca
2 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,6 @@ function installAction -V dir
|
|||
end
|
||||
|
||||
and runHook postInstall || true
|
||||
and sudo git config remove-section --system safe || true
|
||||
|
||||
and begin
|
||||
echo "Cleaning installation scripts..."
|
||||
|
|
|
@ -24,6 +24,7 @@ function runAction -V dir
|
|||
and runHook preAction || true
|
||||
$argv
|
||||
and runHook postAction || true
|
||||
sudo git config remove-section --system safe || true
|
||||
end
|
||||
|
||||
function runSetupUserAction -V dir
|
||||
|
|
Loading…
Reference in a new issue