Made quotes consistent

This commit is contained in:
utkarshcmu 2016-11-03 01:22:24 -07:00
parent 849ac9441a
commit 89cf32b160

View File

@ -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);