Skip to content

Commit afb1ae4

Browse files
committed
Fix INLINED_SOCKET_CLI_VERSION_HASH typo
1 parent f36fd2a commit afb1ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const INLINED_SOCKET_CLI_PUBLISHED_BUILD = 'INLINED_SOCKET_CLI_PUBLISHED_BUILD'
2626
const INLINED_SOCKET_CLI_SENTRY_BUILD = 'INLINED_SOCKET_CLI_SENTRY_BUILD'
2727
const INLINED_SOCKET_CLI_TEST_DIST_BUILD = 'INLINED_SOCKET_CLI_TEST_DIST_BUILD'
2828
const INLINED_SOCKET_CLI_VERSION = 'INLINED_SOCKET_CLI_VERSION'
29-
const INLINED_SOCKET_CLI_VERSION_HASH = 'INLINED_SOCKET_CLI_VERSION'
29+
const INLINED_SOCKET_CLI_VERSION_HASH = 'INLINED_SOCKET_CLI_VERSION_HASH'
3030
const INLINED_SYNP_VERSION = 'INLINED_SYNP_VERSION'
3131
const INSTRUMENT_WITH_SENTRY = `instrument-${WITH_SENTRY}`
3232
const MODULE_SYNC = 'module-sync'

0 commit comments

Comments
 (0)