Skip to content

Commit 3303735

Browse files
authored
fix: wrong environment variable name for --target option in api command (#320)
1 parent 6273d21 commit 3303735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slo_generator/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def compute(slo_config, config, export, delete, timestamp):
154154
)
155155
@click.option(
156156
"--target",
157-
envvar="GOOGLE_FUNCTION_SIGNATURE_TYPE",
157+
envvar="GOOGLE_FUNCTION_TARGET",
158158
default="run_compute",
159159
help="Target function name",
160160
)

0 commit comments

Comments
 (0)