diff options
Diffstat (limited to 'healthcheck-container/healthcheck.js')
-rw-r--r-- | healthcheck-container/healthcheck.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/healthcheck-container/healthcheck.js b/healthcheck-container/healthcheck.js index c4f2dd7..33bb848 100644 --- a/healthcheck-container/healthcheck.js +++ b/healthcheck-container/healthcheck.js @@ -1,5 +1,5 @@ /* -Copyright(c) 2018 AT&T Intellectual Property. All rights reserved. +Copyright(c) 2018-2019 AT&T Intellectual Property. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -41,7 +41,7 @@ const bootDeps = 'dep-dcae-tca-analytics', 'dep-dcae-prh', 'dep-dcae-hv-ves-collector', - 'dep-dcae-datafile-collector' + 'dep-dcae-dashboard' ]; const status = require('./get-status'); |