diff --git a/public/app/plugins/datasource/opentsdb/datasource.js b/public/app/plugins/datasource/opentsdb/datasource.js index 873ab4255a1..76ee763cafc 100644 --- a/public/app/plugins/datasource/opentsdb/datasource.js +++ b/public/app/plugins/datasource/opentsdb/datasource.js @@ -244,7 +244,7 @@ function (angular, _, dateMath) { var interpolated; try { - interpolated = templateSrv.replace(query, {}, "distributed"); + interpolated = templateSrv.replace(query, {}, 'distributed'); } catch (err) { return $q.reject(err);