mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 06:42:41 +01:00
Don't connect to Conduit in arc feature name
Summary: There's no need for having an Internet connection in creating a branch. Test Plan: $ arc feature name # with disabled Internet $ arc feature [cURL/6] (https://secure.phabricator.com/api/conduit.connect) Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D5430
This commit is contained in:
parent
ba78000b38
commit
50b4f0af65
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ EOTEXT
|
|||
}
|
||||
|
||||
public function requiresAuthentication() {
|
||||
return true;
|
||||
return !$this->getArgument('names');
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue