HomePhabricator

Fix argument ordering in error message

Description

Fix argument ordering in error message

Summary:
Before:

$ ./config set phabricator.base-uri local.phacility.com:8080
Usage Exception: Config option 'http://' is invalid. The URI must start with https://' or 'phabricator.base-uri'.

After:

$ ./config set phabricator.base-uri local.phacility.com:8080
Usage Exception: Config option 'phabricator.base-uri' is invalid. The URI must start with http://' or 'https://'.

Test Plan: See above

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D19330

Details

Provenance
amckinleyAuthored on Apr 10 2018, 4:57 PM
amckinleyPushed on Apr 10 2018, 5:18 PM
Reviewer
epriestley
Differential Revision
D19330: Fix argument ordering in error message
Parents
rP4c4a5a7656e1: Fix the wrapping/padding behavior of Remarkup code block headers more…
Branches
Unknown
Tags
Unknown
Build Status
Buildable 20065
Build 27217: Run Core Tests