Skip to content

Commit 75b04a4

Browse files
committed
fix: name
1 parent 6c11538 commit 75b04a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/utils/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { join } from "node:path";
33

44
export const CLIENT_VERSION_HEADER_NAME = "bucket-sdk-version";
55
export const CLIENT_VERSION_HEADER_VALUE = (version: string) =>
6-
`node-sdk/${version}`;
6+
`cli/${version}`;
77

88
export const CONFIG_FILE_NAME = "bucket.config.json";
99
export const AUTH_FILE = join(os.homedir(), ".bucket-auth");

0 commit comments

Comments
 (0)