From 9d8d110fcf7e00fb55c89ba3b48c393af73d5c2d Mon Sep 17 00:00:00 2001 From: Leonid Lapshin Date: Wed, 4 Nov 2020 00:42:36 +0300 Subject: [PATCH] typo --- images/linux/scripts/installers/post-deployment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/linux/scripts/installers/post-deployment.sh b/images/linux/scripts/installers/post-deployment.sh index 36a914c63..2c7e65143 100644 --- a/images/linux/scripts/installers/post-deployment.sh +++ b/images/linux/scripts/installers/post-deployment.sh @@ -21,7 +21,7 @@ chmod 755 $IMAGE_FOLDER PATH=${PATH#"\""} PATH=${PATH%"\""} echo "PATH=$PATH" | sudo tee -a /etc/environment -echo "Updated PATH: $PATH +echo "Updated PATH: $PATH" # Clean yarn and npm cache yarn cache clean