Created
August 20, 2020 22:31
-
-
Save cpcloud/36861c7372c1ace5a8013c2543891532 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/src/configuration/ArcanistConfigurationManager.php b/src/configuration/ArcanistConfigurationManager.php | |
| index f1391a8b..8689c34e 100644 | |
| --- a/src/configuration/ArcanistConfigurationManager.php | |
| +++ b/src/configuration/ArcanistConfigurationManager.php | |
| @@ -181,7 +181,7 @@ final class ArcanistConfigurationManager extends Phobject { | |
| 'Config: Reading user configuration file "%s"...', | |
| $user_config_path)); | |
| - if (!phutil_is_windows()) { | |
| + if (false) { | |
| $mode = fileperms($user_config_path); | |
| if (!$mode) { | |
| throw new Exception( |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment