Skip to content

Commit

Permalink
patch: Replace legacy config RESIN_OVERRIDE_LOCK
Browse files Browse the repository at this point in the history
Signed-off-by: Vipul Gupta (@vipulgupta2048) <[email protected]>
  • Loading branch information
vipulgupta2048 committed Aug 10, 2023
1 parent 21d4924 commit 922d2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/vars-schema/env-vars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export const SUPERVISOR_CONFIG_VAR_PROPERTIES: {
'Enable / Disable triggering updates instantly on startup or after pushing a release. Only supported by supervisor versions >= v9.13.0.',
default: 'true',
},
RESIN_OVERRIDE_LOCK: {
BALENA_SUPERVISOR_OVERRIDE_LOCK: {
type: 'integer',
enum: [0, 1],
description:
Expand Down

0 comments on commit 922d2aa

Please sign in to comment.