Skip to content

Commit

Permalink
fix(internal/cli): use correct path to cli example
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancurrah committed Sep 8, 2024
1 parent bf4c06c commit 1e40eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

func TestMain(m *testing.M) {
err := os.Chdir("../../_example")
err := os.Chdir("../../_example/allOptions")
if err != nil {
fmt.Println(err)
os.Exit(1)
Expand Down

0 comments on commit 1e40eba

Please sign in to comment.