Skip to content

Commit

Permalink
fix: task gnfd-client
Browse files Browse the repository at this point in the history
  • Loading branch information
constwz committed Jan 18, 2024
1 parent 70290d8 commit b473d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cmd_task.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func retryTask(ctx *cli.Context) error {
if err != nil {
return toCmdErr(err)
}
gnfdClient, err := NewClient(ctx, ClientOptions{IsQueryCmd: true})
gnfdClient, err := NewClient(ctx, ClientOptions{IsQueryCmd: false})
if err != nil {
return err
}
Expand Down

0 comments on commit b473d6c

Please sign in to comment.