We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 824ba03 + f3b14d5 commit 182e0ebCopy full SHA for 182e0eb
src/osx/Installer.Mac/scripts/postinstall
@@ -18,7 +18,7 @@ function IsBrewPkgInstalled
18
}
19
20
# Check if Java GCM is present on this system and unlink it should it exist
21
-if [ -L /usr/local/bin/git-credential-manager && IsBrewPkgInstalled "git-credential-manager" ]
+if [ -L /usr/local/bin/git-credential-manager ] && IsBrewPkgInstalled "git-credential-manager";
22
then
23
brew unlink git-credential-manager
24
fi
0 commit comments