From ac1205dd6ae39124d4538afbe31da6d2d88d6b8c Mon Sep 17 00:00:00 2001 From: Leon Hudak <33522493+leohhhn@users.noreply.github.com> Date: Wed, 19 Jun 2024 12:14:51 +0200 Subject: [PATCH] fix(tmyg9): update contributors (#99) * save * rm --- cmd/gnoblog-cli/util.go | 2 +- posts/2024-06-20_myg-9/README.md | 12 +++++------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/cmd/gnoblog-cli/util.go b/cmd/gnoblog-cli/util.go index 464088c..be1ca8f 100644 --- a/cmd/gnoblog-cli/util.go +++ b/cmd/gnoblog-cli/util.go @@ -77,7 +77,7 @@ func findFilePaths(startPath string) ([]string, error) { func askForConfirmation(chainID string, keyName string) bool { reader := bufio.NewReader(os.Stdin) for { - fmt.Printf("Are you sure you want to post to chain with id `%s` with key `%s`? (y/n):", chainID, keyName) + fmt.Printf("Are you sure you want interact with chain with id `%s` with key `%s`? (y/n):", chainID, keyName) input, err := reader.ReadString('\n') if err != nil { fmt.Println("Error reading input:", err) diff --git a/posts/2024-06-20_myg-9/README.md b/posts/2024-06-20_myg-9/README.md index 41a102d..ea55c67 100644 --- a/posts/2024-06-20_myg-9/README.md +++ b/posts/2024-06-20_myg-9/README.md @@ -223,14 +223,12 @@ Status: Merged ## Student Contributor Program **Mustapha** -* Made a V0 Auction dapp ([PR#2265](https://github.com/gnolang/gno/pull/2265)) +* Made a V0 Auction dapp ([PR#2265](https://github.com/gnolang/gno/pull/2265)) -**Antonio** -- GNOWLEDGE -A [realm](https://github.com/iam-agf/Gnowledge) to simulate a Stackoverflow styled. Sharing to get some feedback. You can interact with it via https://github.com/iam-agf/Gnowledge-website . - -**Antonio** -* https://github.com/iam-agf/Shiken +## Contributors +- **Antonio** + - GNOWLEDGE: A realm to simulate a Stackoverflow styled. Sharing to get some feedback. You can check it out via https://github.com/iam-agf/Gnowledge-website + - [Shiken Project repositories](https://github.com/iam-agf?tab=repositories&q=shiken&type=source&language=&sort=) # New Content