We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3acd97a commit 6b06726Copy full SHA for 6b06726
libs/exporters/garf_exporter/__init__.py
@@ -19,4 +19,4 @@
19
'GarfExporter',
20
]
21
22
-__version__ = '0.0.4'
+__version__ = '0.0.5'
libs/exporters/garf_exporter/entrypoints/cli.py
@@ -202,7 +202,7 @@ def main(
202
request = exporter_service.GarfExporterRequest(
203
source=source,
204
source_parameters=cli_parameters.get('source'),
205
- collectors_config=args.config,
+ collectors_config=config,
206
query_parameters={
207
'macro': cli_parameters.get('macro', {}),
208
'template': cli_parameters.get('template', {}),
0 commit comments