Skip to content

Commit a00c705

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

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
@@ -195,7 +195,7 @@ func (s *Service) BrickCreate(
195195
return fmt.Errorf("variable %q does not exist on brick %q", name, brick.ID)
196196
}
197197
if value.DefaultValue == "" && reqValue == "" {
198-
return fmt.Errorf("variable '%s' cannot be empty", name)
198+
return fmt.Errorf("variable %q cannot be empty", name)
199199
}
200200
}
201201

0 commit comments

Comments
 (0)