From a1358b36f7c341184ec400f96252d9abb1b0987e Mon Sep 17 00:00:00 2001 From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> Date: Wed, 13 May 2026 22:16:26 -0300 Subject: [PATCH] docs: escape PLUGIN_DIR in compose YAML example Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b01afce..481cf0a 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ services: - slug: my-plugin-with-fixup source: https://github.com/org/my-plugin-with-fixup.git post_install_commands: - - ln -sfn real-dir "$PLUGIN_DIR/expected-dir" + - ln -sfn real-dir "$$PLUGIN_DIR/expected-dir" - wp --allow-root option update my_plugin_option value # Themes cloned from a Git repository.