From 25f94a3f03ca37aa2ae69a96e928352884a53e17 Mon Sep 17 00:00:00 2001 From: Nitish Date: Fri, 6 Dec 2019 17:28:49 +0530 Subject: [PATCH] Fix Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e552c8c..94be893 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ $ docker-compose up In order to run the healtcheck from the CLI on the container: ``` -$ su -c "source /etc/environment; bin/cake passbolt healtcheck" -s /bin/bash www-data +$ su -c "source /etc/environment; bin/cake passbolt healthcheck" -s /bin/bash www-data ``` # Requirements: