Skip to content

Commit

Permalink
docs: correct error message
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickMenoti committed Jun 14, 2024
1 parent 61052d4 commit 024b492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion messages/manifest/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var (
ErrorOriginNotFound = errors.New("Could not find this origin")
ErrorCreateOrigin = errors.New("Failed to create the origin: %s")
ErrorCreateCache = errors.New("Failed to create the cache setting: %s")
ErrorCreateRule = errors.New("Failed to create the rule in Rules Engine")
ErrorCreateRule = errors.New("Failed to create the rule in Rules Engine: %s")
ErrorUpdateOrigin = errors.New("Failed to update the origin: %s")
ErrorUpdateCache = errors.New("Failed to update the cache setting: %s")
ErrorUpdateRule = errors.New("Failed to update the rule in Rules Engine: %s")
Expand Down

0 comments on commit 024b492

Please sign in to comment.