File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 36
36
37
37
<!-- Version information -->
38
38
<ScalarVersion >0.2.173.2</ScalarVersion >
39
- <GitPackageVersion >2.20191217.3 </GitPackageVersion >
39
+ <GitPackageVersion >2.20191231.1 </GitPackageVersion >
40
40
<WatchmanPackageUrl >https://github.com/facebook/watchman/suites/307436006/artifacts/304557</WatchmanPackageUrl >
41
41
<GcmCoreOSXPackageUrl >https://github.com/microsoft/Git-Credential-Manager-Core/releases/download/v2.0.79-beta/gcmcore-osx-2.0.79.64449.pkg</GcmCoreOSXPackageUrl >
42
42
Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ if [ $INSTALL_WATCHMAN -eq 1 ]; then
106
106
echo " Installing watchman as: $CURRENT_USER "
107
107
108
108
sudo -u $CURRENT_USER brew update
109
+ sudo -u $CURRENT_USER brew unlink python@2 || echo " Python 2 was not installed"
109
110
sudo -u $CURRENT_USER brew install watchman
110
111
else
111
112
echo " "
You can’t perform that action at this time.
0 commit comments