Skip to content

Commit 094b66f

Browse files
committed
revert: update to cli
1 parent 013b2b4 commit 094b66f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bucketco/cli",
3-
"version": "2.0.2",
3+
"version": "2.0.1",
44
"packageManager": "yarn@4.1.1",
55
"description": "CLI for Bucket service",
66
"main": "./dist/index.js",

packages/cli/utils/urls.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const baseUrlSuffix = (baseUrl: string) => {
2222
};
2323

2424
export function environmentUrl(baseUrl: string, environment: UrlArgs): string {
25-
return `${baseUrl}/env-current${slug(environment)}`;
25+
return `${baseUrl}/envs/${slug(environment)}`;
2626
}
2727

2828
export function featureUrl(

0 commit comments

Comments
 (0)