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 53e7443 commit a00c705Copy full SHA for a00c705
internal/orchestrator/bricks/bricks.go
@@ -195,7 +195,7 @@ func (s *Service) BrickCreate(
195
return fmt.Errorf("variable %q does not exist on brick %q", name, brick.ID)
196
}
197
if value.DefaultValue == "" && reqValue == "" {
198
- return fmt.Errorf("variable '%s' cannot be empty", name)
+ return fmt.Errorf("variable %q cannot be empty", name)
199
200
201
0 commit comments