Browse Source

Made quotes consistent

utkarshcmu 9 years ago
parent
commit
89cf32b160
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/app/plugins/datasource/opentsdb/datasource.js

+ 1 - 1
public/app/plugins/datasource/opentsdb/datasource.js

@@ -244,7 +244,7 @@ function (angular, _, dateMath) {
 
 
       var interpolated;
       var interpolated;
       try {
       try {
-        interpolated = templateSrv.replace(query, {}, "distributed");
+        interpolated = templateSrv.replace(query, {}, 'distributed');
       }
       }
       catch (err) {
       catch (err) {
         return $q.reject(err);
         return $q.reject(err);