Skip to content
Snippets Groups Projects
Commit aafb48c4 authored by ludek_navratil's avatar ludek_navratil
Browse files

fixing inputname var assignment

parent 14d20c14
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ datasource_name=$2 ...@@ -25,7 +25,7 @@ datasource_name=$2
inputname="DS_PROMETHEUS" inputname="DS_PROMETHEUS"
if [ "$datasource_name" = "prometheus-etcd" ]; then if [ "$datasource_name" = "prometheus-etcd" ]; then
$inputname="DS_PROMETHEUS-ETCD" inputname="DS_PROMETHEUS-ETCD"
fi fi
cat <<EOF cat <<EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment