Skip to content

Commit

Permalink
fix config file option
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Lam committed Aug 31, 2023
1 parent 6c2a1b4 commit f2c2270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ var _ = ginkgo.Describe("[Relayer]", ginkgo.Ordered, func() {
gomega.Expect(err).Should(gomega.BeNil())

// Run awm relayer binary with config path
cmd = exec.Command("./build/awm-relayer", "--config", relayerConfigPath)
cmd = exec.Command("./build/awm-relayer", "--config-file", relayerConfigPath)
out, err = cmd.CombinedOutput()
fmt.Println(string(out))
gomega.Expect(err).Should(gomega.BeNil())
Expand Down

0 comments on commit f2c2270

Please sign in to comment.