Skip to content

Commit

Permalink
fix: task gnfd-client (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
constwz authored Jan 18, 2024
1 parent 70290d8 commit abe6122
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 abe6122

Please sign in to comment.