From ad69d1a87503d9e95f3b2731895af5e43c4af7f0 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Mon, 10 Jun 2024 11:26:24 +0200 Subject: [PATCH] Update 2024-6-10-how-we-decreased-bash-script-execution-by-16x-for-openpanel.md --- ...w-we-decreased-bash-script-execution-by-16x-for-openpanel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/blog/2024-6-10-how-we-decreased-bash-script-execution-by-16x-for-openpanel.md b/documentation/blog/2024-6-10-how-we-decreased-bash-script-execution-by-16x-for-openpanel.md index 1a953a81..70546bc3 100644 --- a/documentation/blog/2024-6-10-how-we-decreased-bash-script-execution-by-16x-for-openpanel.md +++ b/documentation/blog/2024-6-10-how-we-decreased-bash-script-execution-by-16x-for-openpanel.md @@ -80,7 +80,7 @@ email="$3" plan_name="$4" ``` -`--debug` can only really be on the 5th position, and by not checking all other, we run only 1 cehck instead of 5 (one per each arg). +`--debug` can only really be on the 5th position, and by not checking all other, we run only 1 check instead of 5 (one per each arg). ```bash # Parse optional flags to enable debug mode when needed