use awslambda prefix on option name
All checks were successful
Lambda-Zig Build / build (push) Successful in 1m8s
All checks were successful
Lambda-Zig Build / build (push) Successful in 1m8s
This commit is contained in:
parent
5292283c53
commit
09e9a32241
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ pub fn configureBuild(
|
||||||
) orelse options.default_env_file;
|
) orelse options.default_env_file;
|
||||||
const config_file_override = b.option(
|
const config_file_override = b.option(
|
||||||
[]const u8,
|
[]const u8,
|
||||||
"config-file",
|
"awslambda-config-file",
|
||||||
"Path to Lambda build config JSON file (overrides function_config)",
|
"Path to Lambda build config JSON file (overrides function_config)",
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue