From a06ed8bc8e47cdca09962d31c9dcf221483011b2 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sun, 11 Sep 2022 12:52:02 +0200 Subject: [PATCH] compose(uninstall): fix liquid syntax error Signed-off-by: CrazyMax --- compose/install/uninstall.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compose/install/uninstall.md b/compose/install/uninstall.md index 0af773391d..21e6904d89 100644 --- a/compose/install/uninstall.md +++ b/compose/install/uninstall.md @@ -57,6 +57,8 @@ $ rm /usr/local/lib/docker/cli-plugins/docker-compose To check where Compose is installed, use: +{% raw %} ```console $ docker info --format '{{range .ClientInfo.Plugins}}{{if eq .Name "compose"}}{{.Path}}{{end}}{{end}}' -``` \ No newline at end of file +``` +{% endraw %}