From 2421e9a94585029421c4eafeecd0b58f938d7fda Mon Sep 17 00:00:00 2001 From: "Jeffrey Jonathan Jennings (J3)" Date: Sat, 16 Nov 2024 19:14:59 -0500 Subject: [PATCH] Resolved #43. --- .blog/run-flink-locally-script-explanation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.blog/run-flink-locally-script-explanation.md b/.blog/run-flink-locally-script-explanation.md index 16346a9..79ee418 100644 --- a/.blog/run-flink-locally-script-explanation.md +++ b/.blog/run-flink-locally-script-explanation.md @@ -40,7 +40,7 @@ scripts/run-flink-locally.sh --profile= --chip= ``` - **on**: Start the environment. -- **down**: Stop the environment. +- **off**: Stop the environment. - `--profile=`: The AWS SSO profile to use. - `--chip=`: Specify the chip architecture. - `--aws-s3-bucket=`: Specify an S3 bucket name.