Ignore inexistent git config section
This commit is contained in:
parent
f2e10df144
commit
7f6cd609b4
|
@ -65,7 +65,7 @@ else
|
|||
end
|
||||
|
||||
and runHook postInstall || true
|
||||
and sudo git config remove-section --system safe
|
||||
and sudo git config remove-section --system safe || true
|
||||
|
||||
and begin
|
||||
echo "Cleaning installation scripts..."
|
||||
|
|
Loading…
Reference in a new issue