Skip to content

Commit e1f746b

Browse files
dido18lucarin91
andauthored
Update internal/orchestrator/bricks/bricks.go
Co-authored-by: Luca Rinaldi <[email protected]>
1 parent a00c705 commit e1f746b

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
@@ -202,7 +202,7 @@ func (s *Service) BrickCreate(
202202
for _, brickVar := range brick.Variables {
203203
if brickVar.DefaultValue == "" {
204204
if _, exist := req.Variables[brickVar.Name]; !exist {
205-
return fmt.Errorf("required variable '%s' is mandatory", brickVar.Name)
205+
return fmt.Errorf("required variable %q is mandatory", brickVar.Name)
206206
}
207207
}
208208
}

0 commit comments

Comments
 (0)