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