changed default api endpoint when creating profile
This commit is contained in:
parent
2d92219fef
commit
161f879723
@ -167,7 +167,7 @@ function _createProfile(opts, cb) {
|
||||
defaults = ctx.copy;
|
||||
delete defaults.name; // we don't copy a profile name
|
||||
} else {
|
||||
defaults.url = 'https://us-sw-1.api.joyent.com';
|
||||
defaults.url = 'https://eu-ro-1.api.spearhead.cloud';
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "spearhead",
|
||||
"description": "Spearhead Cloud CLI and client (https://spearhead.cloud)",
|
||||
"version": "6.1.2",
|
||||
"version": "6.1.3",
|
||||
"author": "Spearhead Systems (spearhead.systems)",
|
||||
"homepage": "https://code.spearhead.cloud/Spearhead/node-spearhead",
|
||||
"dependencies": {
|
||||
|
Reference in New Issue
Block a user