From 43854edf6127a64d54ce492d046946427c20a755 Mon Sep 17 00:00:00 2001 From: a3hadi Date: Mon, 11 Mar 2024 16:07:02 -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 8c8ab76c..9f4931b5 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 -u ``` After running the script, create another PR for these changes.