Skip to content

Commit

Permalink
Minor fix for workflow ID
Browse files Browse the repository at this point in the history
  • Loading branch information
frikky committed Nov 24, 2023
1 parent 97667fd commit 148b03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared.go
Original file line number Diff line number Diff line change
Expand Up @@ -1684,7 +1684,7 @@ func HandleRerunExecutions(resp http.ResponseWriter, request *http.Request) {

cnt, err := RerunExecution(ctx, environmentName, workflow)
if err != nil {
log.Printf("[ERROR] Failed rerunning execution for workflow %s: %s", workflow.Id, err)
log.Printf("[ERROR] Failed rerunning execution for workflow %s: %s", workflow.ID, err)
}

total += cnt
Expand Down

0 comments on commit 148b03c

Please sign in to comment.