From c6e5ddf0cd10267633c63c0efd4a7e95bcaad06c Mon Sep 17 00:00:00 2001 From: Boaz Leskes Date: Sun, 5 Jan 2014 23:28:56 +0100 Subject: [PATCH] Fixed temporary distribution stats report url (temporary setting broke packaging) --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 8ebe0394dbaf..26f2a1c3fc18 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -15,7 +15,7 @@ module.exports = function (grunt) { }, statsReportUrl: { dev: '"http://" + window.location.hostname + ":'+ (grunt.option('es_port') || 9200) +'/.marvel_cluster_report/report"', - dist: "TODO_INSERT_SYNC" + dist: '""' //TODO: INSERT URL }, defaultRoute: { dev: '/dashboard/file/marvel.overview.json',