Skip to content

Commit

Permalink
Update ignite/cmd/testnet_multi_node.go
Browse files Browse the repository at this point in the history
Co-authored-by: Julien Robert <[email protected]>
  • Loading branch information
likesToEatFish and julienrbrt authored Oct 9, 2024
1 parent e7a3341 commit 3a2da5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ignite/cmd/testnet_multi_node.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func testnetMultiNode(cmd *cobra.Command, session *cliui.Session) error {
}
nodeDirPrefix, _ := cmd.Flags().GetString(flagNodeDirPrefix)

outputDir := filepath.Join(homeDir, ".ignite/local-chains/"+c.Name()+"d/testnet/")
outputDir := xfilepath.Join(config.DirPath, xfilepath.Path("local-chains").c.Name()+"d","testnet")

Check failure on line 113 in ignite/cmd/testnet_multi_node.go

View workflow job for this annotation

GitHub Actions / test network on ubuntu-latest

undefined: xfilepath

Check failure on line 113 in ignite/cmd/testnet_multi_node.go

View workflow job for this annotation

GitHub Actions / test network on ubuntu-latest

config.DirPath undefined (type string has no field or method DirPath)

Check failure on line 113 in ignite/cmd/testnet_multi_node.go

View workflow job for this annotation

GitHub Actions / test network on ubuntu-latest

undefined: xfilepath

Check failure on line 113 in ignite/cmd/testnet_multi_node.go

View workflow job for this annotation

GitHub Actions / test network on macos-latest

undefined: xfilepath

Check failure on line 113 in ignite/cmd/testnet_multi_node.go

View workflow job for this annotation

GitHub Actions / test network on macos-latest

config.DirPath undefined (type string has no field or method DirPath)

Check failure on line 113 in ignite/cmd/testnet_multi_node.go

View workflow job for this annotation

GitHub Actions / test network on macos-latest

undefined: xfilepath

Check failure on line 113 in ignite/cmd/testnet_multi_node.go

View workflow job for this annotation

GitHub Actions / Lint Go code

undefined: xfilepath

Check failure on line 113 in ignite/cmd/testnet_multi_node.go

View workflow job for this annotation

GitHub Actions / Lint Go code

config.DirPath undefined (type string has no field or method DirPath)

Check failure on line 113 in ignite/cmd/testnet_multi_node.go

View workflow job for this annotation

GitHub Actions / Lint Go code

undefined: xfilepath (typecheck)

Check failure on line 113 in ignite/cmd/testnet_multi_node.go

View workflow job for this annotation

GitHub Actions / Lint Go code

undefined: xfilepath

Check failure on line 113 in ignite/cmd/testnet_multi_node.go

View workflow job for this annotation

GitHub Actions / Lint Go code

config.DirPath undefined (type string has no field or method DirPath)

Check failure on line 113 in ignite/cmd/testnet_multi_node.go

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest)

undefined: xfilepath

Check failure on line 113 in ignite/cmd/testnet_multi_node.go

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest)

config.DirPath undefined (type string has no field or method DirPath)

Check failure on line 113 in ignite/cmd/testnet_multi_node.go

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest)

undefined: xfilepath

Check failure on line 113 in ignite/cmd/testnet_multi_node.go

View workflow job for this annotation

GitHub Actions / test (macos-latest)

undefined: xfilepath

Check failure on line 113 in ignite/cmd/testnet_multi_node.go

View workflow job for this annotation

GitHub Actions / test (macos-latest)

config.DirPath undefined (type string has no field or method DirPath)

Check failure on line 113 in ignite/cmd/testnet_multi_node.go

View workflow job for this annotation

GitHub Actions / test (macos-latest)

undefined: xfilepath
args := chain.MultiNodeArgs{
OutputDir: outputDir,
NumValidator: strconv.Itoa(numVal),
Expand Down

0 comments on commit 3a2da5f

Please sign in to comment.