Skip to content

Commit 578a433

Browse files
authored
Merge pull request #520 from chaitanyaenr/fixes
Fix typo in openshift-metrics tool-script
2 parents f0d9d73 + f0c6207 commit 578a433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/tool-scripts/openshift-metrics

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ case "$mode" in
124124
while read -u 9 master;do
125125
tool_cmd="$script_path/datalog/$tool-datalog $master $interval"
126126
metrics_data=$tool_output_dir/$master
127-
debug_log "$script_name: running $tool_cmd
127+
debug_log "$script_name: running $tool_cmd"
128128
$tool_cmd >"$metrics_data" 2>"$tool_stderr_file" & echo $! >>$tool_pid_file
129129
done 9</run/pbench/inv_hosts
130130
wait

0 commit comments

Comments
 (0)