Skip to content
Snippets Groups Projects
Commit 513e6939 authored by ale's avatar ale
Browse files

Fix typo

parent 3ee2bc79
Branches
No related tags found
No related merge requests found
Pipeline #82687 passed
......@@ -15,7 +15,7 @@ trap "rm -f ${tmp_file} 2>/dev/null" EXIT INT TERM
exit_status=0
# Run each node-exporter script, with a 120s timeout, in sequence.
for script in $(run_parts --list "${scripts_dir}"); do
for script in $(run-parts --list "${scripts_dir}"); do
script_basename=$(basename "${script}")
script_name="${script_basename%.*}"
output_file="${output_dir}/${script_name}.prom"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment