Skip to content

Commit 378a03d

Browse files
committed
update
1 parent a70027f commit 378a03d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/cli/src/command/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const setupCommands = (): Command => {
2323

2424
if (
2525
process.env.ADC_EXPERIMENTAL_FEATURE_FLAGS &&
26-
process.env.ADC_EXPERIMENTAL_FEATURE_FLAGS.includes('remote-state-cache')
26+
process.env.ADC_EXPERIMENTAL_FEATURE_FLAGS.includes('remote-state-file')
2727
) {
2828
const desc =
2929
'path of the remote state file, which will allow the ADC to skip the initial dump process and use the ADC configuration contained in the remote state file directly';

0 commit comments

Comments
 (0)