From dcabb44251a3725861ce916f1af30a80137d0bb8 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Tue, 17 Apr 2018 10:48:31 +0200 Subject: [PATCH] typo --- scripts/elastic-upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/elastic-upgrade.sh b/scripts/elastic-upgrade.sh index 61723a059..f3a8f91d8 100755 --- a/scripts/elastic-upgrade.sh +++ b/scripts/elastic-upgrade.sh @@ -180,7 +180,7 @@ detect_installation() then echo "Note: You can use \`sudo journalctl -u elasticsearch.service\` or \`vi /var/log/elasticsearch/elasticsearch.log.$\(date --rfc-3339=date\)\` to view the logs, depending on your installation"; else - echo "Note: You can use \`docker logs \$instance-name\` to view the logs"; + echo "Note: You can use \`docker logs CONTAINER\` to view the logs"; fi fi fi