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 a00c705 commit e1f746bCopy full SHA for e1f746b
internal/orchestrator/bricks/bricks.go
@@ -202,7 +202,7 @@ func (s *Service) BrickCreate(
202
for _, brickVar := range brick.Variables {
203
if brickVar.DefaultValue == "" {
204
if _, exist := req.Variables[brickVar.Name]; !exist {
205
- return fmt.Errorf("required variable '%s' is mandatory", brickVar.Name)
+ return fmt.Errorf("required variable %q is mandatory", brickVar.Name)
206
}
207
208
0 commit comments