Skip to content

Commit

Permalink
fixed a small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
satti-hari-krishna-reddy committed May 21, 2024
1 parent 25040a9 commit 4c621da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ func HandleNewPipelineRegister(resp http.ResponseWriter, request *http.Request)
resp.Write([]byte(`{"success": false}`))
return
}
log.Printf("[INFO] Set up ipeline with trigger ID %s and environment %s", pipeline.TriggerId, pipeline.Environment)
log.Printf("[INFO] Set up pipeline with trigger ID %s and environment %s", pipeline.TriggerId, pipeline.Environment)
}

err = SetWorkflowQueue(ctx, execRequest, parsedId)
Expand Down

0 comments on commit 4c621da

Please sign in to comment.