Skip to content

Commit

Permalink
Merge pull request #149 from Clever/INFRANG-6736
Browse files Browse the repository at this point in the history
  • Loading branch information
andruwm authored Jan 21, 2025
2 parents 7652719 + f15180d commit 5d99d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/catapult/catapult.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func (c *Catapult) Publish(ctx context.Context, artifacts []*Artifact) error {
App: art.ID,
})
if err != nil {
return fmt.Errorf("failed to sync catalog app %s with catalogue config: %v", art.ID, err)
fmt.Println("failed to sync catalog app", art.ID, "with catalogue config:", err)
}
return nil
})
Expand Down

0 comments on commit 5d99d38

Please sign in to comment.