From d7488054f44d47a95b2ffcf2b2e59a164eda44e1 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Sun, 4 Apr 2021 07:27:11 +0200 Subject: [PATCH] fix: [host] corrected typo in inserted comment of ``/etc/compose/local.conf`` !minor Signed-off-by: Valentin Lab --- precise/host/hooks/install.d/70-0k.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/precise/host/hooks/install.d/70-0k.sh b/precise/host/hooks/install.d/70-0k.sh index 195ab3b3..da69b498 100755 --- a/precise/host/hooks/install.d/70-0k.sh +++ b/precise/host/hooks/install.d/70-0k.sh @@ -51,7 +51,7 @@ mkdir -p /opt/apps ## if [ -f /etc/compose/local.conf ]; then - sed -ri 's%^(. /opt/venv/docker-compose/bin/activate)$%# \1 ## docker-compsoe not needed anymore%g' \ + sed -ri 's%^(. /opt/venv/docker-compose/bin/activate)$%# \1 ## docker-compose not needed anymore%g' \ /etc/compose/local.conf fi