fixed typo

This commit is contained in:
mag37 2025-02-19 20:26:54 +01:00
parent 3655f5ae8a
commit 65e875e860

View file

@ -316,7 +316,7 @@ unset IFS
# Run the prometheus exporter function # Run the prometheus exporter function
if [ -n "$CollectorTextFileDirectory" ] ; then if [ -n "$CollectorTextFileDirectory" ] ; then
source "$ScriptWorkDir"/addons/prometheus/prometheus_collector.sh && prometheus_exporter ${#NoUpdates[@]} ${#GotUpdates[@]} ${#GotError[@]} source "$ScriptWorkDir"/addons/prometheus/prometheus_collector.sh && prometheus_exporter ${#NoUpdates[@]} ${#GotUpdates[@]} ${#GotErrors[@]}
fi fi
# Define how many updates are available # Define how many updates are available