Changed default url to api.refstack.net rather than .org

Change-Id: Ie5e70bb46eef6637066c8106e0b90d6c217d81b3
This commit is contained in:
David Lenwell 2015-01-22 21:46:33 -08:00
parent 445e643855
commit 51907ce792

@ -271,10 +271,10 @@ def parse_cli_args(args=None):
url_arg.add_argument('--url',
action='store',
required=False,
default='https://api.refstack.org',
default='http://api.refstack.net',
type=str,
help='Refstack API URL to upload results to '
'(--url https://127.0.0.1:8000).')
'(--url http://localhost:8000).')
# Upload command
parser_upload = subparsers.add_parser(