This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a commit to branch tvalentyn-patch-3
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 0fbeb59dca9e2824f96add9c8125ee9fd9b956a0
Author: tvalentyn <[email protected]>
AuthorDate: Mon Jan 29 15:30:30 2024 -0800

    Update environments.md
    
    Fix a typo in instructions.
---
 website/www/site/content/en/documentation/runtime/environments.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/www/site/content/en/documentation/runtime/environments.md 
b/website/www/site/content/en/documentation/runtime/environments.md
index 3d730700e1f..c860816e300 100644
--- a/website/www/site/content/en/documentation/runtime/environments.md
+++ b/website/www/site/content/en/documentation/runtime/environments.md
@@ -228,7 +228,7 @@ Other runners, such as Dataflow, support specifying 
containers with different fl
 {{< runner direct >}}
 export IMAGE="my-repo/beam_python_sdk_custom"
 export TAG="X.Y.Z"
-export IMAGE_URL = "${IMAGE}:${TAG}"
+export IMAGE_URL="${IMAGE}:${TAG}"
 
 python -m apache_beam.examples.wordcount \
 --input=/path/to/inputfile \

Reply via email to