Skip to content

Commit 6128b63

Browse files
committed
chore(util-user-agent-node): appId config file name correction
1 parent a3a39be commit 6128b63

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/util-user-agent-node/src/nodeAppIdConfigOptions.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
import { LoadedConfigSelectors } from "@smithy/node-config-provider";
21
import { DEFAULT_UA_APP_ID } from "@aws-sdk/middleware-user-agent";
3-
2+
import { LoadedConfigSelectors } from "@smithy/node-config-provider";
43

54
/**
65
* @internal
@@ -10,7 +9,7 @@ export const UA_APP_ID_ENV_NAME = "AWS_SDK_UA_APP_ID";
109
/**
1110
* @internal
1211
*/
13-
export const UA_APP_ID_INI_NAME = "sdk-ua-app-id";
12+
export const UA_APP_ID_INI_NAME = "sdk_ua_app_id";
1413

1514
/**
1615
* @internal

0 commit comments

Comments
 (0)