Skip to content

Commit

Permalink
fix fish reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ayax79 committed Dec 9, 2024
1 parent 93a4133 commit e0ac28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nushell_completions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func TestFailGenNushellCompletionFile(t *testing.T) {
}
rootCmd.AddCommand(child)

got := rootCmd.GenFishCompletionFile(f.Name(), false)
got := rootCmd.GenNushellCompletionFile(f.Name(), false)
if !errors.Is(got, os.ErrPermission) {
t.Errorf("got: %s, want: %s", got.Error(), os.ErrPermission.Error())
}
Expand Down

0 comments on commit e0ac28f

Please sign in to comment.