Skip to content

Commit 7c758ac

Browse files
Fix bug in CLI Argument renaming
Signed-off-by: Florian Wagner <[email protected]>
1 parent 44eb91d commit 7c758ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frequenz/client/reporting/cli/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def main() -> None:
102102
states=args.states,
103103
bounds=args.bounds,
104104
service_address=args.url,
105-
auth_key=args.key,
105+
auth_key=args.auth_key,
106106
fmt=args.format,
107107
sign_secret=args.sign_secret,
108108
)

0 commit comments

Comments
 (0)