Skip to content

Commit 1ada20c

Browse files
dido18lucarin91
andauthored
Update internal/orchestrator/bricks/bricks.go
Co-authored-by: Luca Rinaldi <l.rinaldi@arduino.cc>
1 parent 8066017 commit 1ada20c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/orchestrator/bricks/bricks.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ func (s *Service) BrickCreate(
186186
) error {
187187
brick, present := s.bricksIndex.FindBrickByID(req.ID)
188188
if !present {
189-
return fmt.Errorf("brick '%s' not found", req.ID)
189+
return fmt.Errorf("brick %q not found", req.ID)
190190
}
191191

192192
for name, reqValue := range req.Variables {

0 commit comments

Comments
 (0)