Skip to content

Commit

Permalink
Do not print set IDs when updating build IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
bergundy committed Sep 8, 2023
1 parent 0131cd1 commit f6e77f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskqueue/task_queue_commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ func updateBuildIDs(c *cli.Context, partialReq workflowservice.UpdateWorkerBuild
return fmt.Errorf("error updating task queue build ids: %w", err)
}

fmt.Println(color.Green(c, "Successfully updated task queue build ids. Set ID: %v", resp.GetVersionSetId()))
fmt.Println(color.Green(c, "Successfully updated task queue build IDs"))

return nil
}
Expand Down

0 comments on commit f6e77f0

Please sign in to comment.