Skip to content

Commit 074d138

Browse files
committed
remove version argument in reporting task
1 parent b8c87e3 commit 074d138

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • rust/operator-binary/src/reporting_task

rust/operator-binary/src/reporting_task/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ fn build_reporting_task_job(
295295
format!("-n {nifi_connect_url}"),
296296
user_name_command,
297297
format!("-p \"$(cat {admin_password_file})\""),
298-
format!("-v {product_version}"),
299298
format!("-m {METRICS_PORT}"),
300299
format!("-c {REPORTING_TASK_CERT_VOLUME_MOUNT}/ca.crt"),
301300
];

0 commit comments

Comments
 (0)