Skip to content

Commit

Permalink
Update fish_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Anatoli Babenia <anatoli@rainforce.org>
  • Loading branch information
dearchap and abitrolly committed Apr 26, 2023
1 parent a78aa8c commit d31582c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fish_test.go
Expand Up @@ -31,7 +31,7 @@ func testApp() *App {
Aliases: []string{"s"},
Usage: "some 'usage' text",
Value: "value",
DefaultText: "svalue",
DefaultText: "/some/path",
TakesFile: true,
},
&StringFlag{Name: "flag", Aliases: []string{"fl", "f"}},
Expand Down

0 comments on commit d31582c

Please sign in to comment.