Skip to content

Commit

Permalink
Update api/jobs/start_job_handler.go
Browse files Browse the repository at this point in the history
Co-authored-by: Nils Gustav Stråbø <[email protected]>
  • Loading branch information
Richard87 and nilsgstrabo authored Jan 22, 2024
1 parent af49be5 commit f987e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/jobs/start_job_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func getPipelineTag() string {
func getRadixTektonTag() string {
tektonTag := os.Getenv(radixTektonTagEnvironmentVariable)
if tektonTag == "" {
log.Warning("No radix tektom image tag defined. Using release-latest")
log.Warning("No radix tekton image tag defined. Using release-latest")
tektonTag = "release-latest"
} else {
log.Infof("Using %s radix tekton image tag", tektonTag)
Expand Down

0 comments on commit f987e1d

Please sign in to comment.