Skip to content

Commit 3ce25a1

Browse files
l2yshovladfrangu
andauthored
Update src/commands/validate-schema.ts
Co-authored-by: Vlad Frangu <me@vladfrangu.dev>
1 parent 4dac502 commit 3ce25a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/validate-schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ When no path is provided, validates all schemas found in '${LOCAL_CONFIG_PATH}':
4848
path: Args.string({
4949
required: false,
5050
description:
51-
'Optional path to your INPUT_SCHEMA.json file. If not provided, validates all schemas in actor.json.',
51+
`Optional path to your INPUT_SCHEMA.json file. If not provided, validates all schemas in '${LOCAL_CONFIG_PATH}'.`,
5252
}),
5353
};
5454

0 commit comments

Comments
 (0)