Skip to content

Commit

Permalink
group vars
Browse files Browse the repository at this point in the history
  • Loading branch information
czarcas7ic committed Apr 28, 2022
1 parent b32bea6 commit 36e4933
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/e2e/chain_init/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ import (
)

func main() {
var dataDir string
var chainId string
var (
dataDir string
chainId string
)

flag.StringVar(&dataDir, "data-dir", "", "chain data directory")
flag.StringVar(&chainId, "chain-id", "", "chain ID")
flag.Parse()
Expand Down

0 comments on commit 36e4933

Please sign in to comment.