Skip to content

Commit 1e40eba

Browse files
committed
fix(internal/cli): use correct path to cli example
1 parent bf4c06c commit 1e40eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cli/cli_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
func TestMain(m *testing.M) {
12-
err := os.Chdir("../../_example")
12+
err := os.Chdir("../../_example/allOptions")
1313
if err != nil {
1414
fmt.Println(err)
1515
os.Exit(1)

0 commit comments

Comments
 (0)