Skip to content

Commit

Permalink
fix: wrong environment variable name for --target option in api c…
Browse files Browse the repository at this point in the history
…ommand (#320)
  • Loading branch information
smehboub authored Jan 27, 2023
1 parent 6273d21 commit 3303735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slo_generator/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def compute(slo_config, config, export, delete, timestamp):
)
@click.option(
"--target",
envvar="GOOGLE_FUNCTION_SIGNATURE_TYPE",
envvar="GOOGLE_FUNCTION_TARGET",
default="run_compute",
help="Target function name",
)
Expand Down

0 comments on commit 3303735

Please sign in to comment.