Skip to content

Instantly share code, notes, and snippets.

@lovesegfault
Created August 17, 2020 20:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lovesegfault/c252bb10bd823ec42def23c6ac6a8cce to your computer and use it in GitHub Desktop.
Save lovesegfault/c252bb10bd823ec42def23c6ac6a8cce to your computer and use it in GitHub Desktop.
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