Skip to content

Commit

Permalink
Merge pull request #13 from blue-luke/fixing-logging-error
Browse files Browse the repository at this point in the history
Fixing logging error
  • Loading branch information
BrendanGalloway committed Sep 13, 2024
2 parents 1166fb9 + 606fa43 commit 3367be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/trigger.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ var Trigger = &cobra.Command{
}
errName := project.Name
if errName == "" {
errName = string(project.ID)
errName = project.ServiceName
}
status, err := project.GetPipeLineStatus()
if err != nil {
Expand Down

0 comments on commit 3367be9

Please sign in to comment.