From 3d8034fb3d6f997cd19c6e2d0416f5d9424970d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20=C3=81ngel=20Gonz=C3=A1lez?= Date: Mon, 2 Jul 2018 12:26:03 +0200 Subject: [PATCH] Fix typo --- public/controllers/health-check.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/controllers/health-check.js b/public/controllers/health-check.js index acc2cb846..fc14082da 100644 --- a/public/controllers/health-check.js +++ b/public/controllers/health-check.js @@ -108,7 +108,7 @@ app.controller('healthCheck', function ($scope, $rootScope, $timeout, $location, } }; - $scope.goApp = () => $location.path($rootScope.previousLocation || '/overview'); + $scope.goApp = () => $location.path($rootScope.previousLocation || '/'); $scope.results = [];