From c56f55594f4ca3d7d52c9ae90d562b95128263d0 Mon Sep 17 00:00:00 2001 From: a3hadi Date: Mon, 11 Mar 2024 15:55:29 -0400 Subject: [PATCH] update development.md Signed-off-by: a3hadi --- development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development.md b/development.md index d76ed24d..8c8ab76c 100644 --- a/development.md +++ b/development.md @@ -22,7 +22,7 @@ updated each time a new change is made. displayed in the `go.mod` file reflects the commit SHA of the merged changes. This can be done by getting the commit SHA of the merged changes and using it with the update script: ```shell -./update_examples -c +./update_examples -c ``` After running the script, create another PR for these changes.