We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8066017 commit 1ada20cCopy full SHA for 1ada20c
internal/orchestrator/bricks/bricks.go
@@ -186,7 +186,7 @@ func (s *Service) BrickCreate(
186
) error {
187
brick, present := s.bricksIndex.FindBrickByID(req.ID)
188
if !present {
189
- return fmt.Errorf("brick '%s' not found", req.ID)
+ return fmt.Errorf("brick %q not found", req.ID)
190
}
191
192
for name, reqValue := range req.Variables {
0 commit comments