Skip to content

Commit c26a9f1

Browse files
committed
Fix missing environment config for version check
Signed-off-by: Yukai Huang <[email protected]>
1 parent 821295e commit c26a9f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/config/environment.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,5 +142,6 @@ module.exports = {
142142
allowPDFExport: toBooleanConfig(process.env.CMD_ALLOW_PDF_EXPORT),
143143
openID: toBooleanConfig(process.env.CMD_OPENID),
144144
defaultUseHardbreak: toBooleanConfig(process.env.CMD_DEFAULT_USE_HARD_BREAK),
145-
linkifyHeaderStyle: process.env.CMD_LINKIFY_HEADER_STYLE
145+
linkifyHeaderStyle: process.env.CMD_LINKIFY_HEADER_STYLE,
146+
autoVersionCheck: toBooleanConfig(process.env.CMD_AUTO_VERSION_CHECK)
146147
}

0 commit comments

Comments
 (0)