Skip to content

Commit

Permalink
mnz: fix flag productKey
Browse files Browse the repository at this point in the history
  • Loading branch information
Snyssfx committed Feb 24, 2025
1 parent 8f65fc6 commit 453812f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/calm-feet-bathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@platforma-open/milaboratories.software-small-binaries.mnz-client": patch
---

fix productKey flag
4 changes: 2 additions & 2 deletions mnz-client/cmd/mnz-client/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ func main() {
"Sets dry-run URL for sending blocks run statistics",
)
productKey := flag.String(
"AAAAAXXXXXXXAAAAAXXXXXXXXXX",
"productKey",
"",
"Set your product key",
"Set your product key, for example: AAAAAXXXXXXXAAAAAXXXXXXXXXX",
)
retryWaitMin := flag.Int(
"retryWaitMin",
Expand Down

0 comments on commit 453812f

Please sign in to comment.