You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see the field name is not correct in the definition output name: "\(string)". Therefore if we are executing the output def we will get this following error
outputs.objectstorage.metadata.name: invalid interpolation: non-concrete value string (type string)
The text was updated successfully, but these errors were encountered:
What version of CUE are you using (
cue version
)?Does this issue reproduce with the latest stable release?
Yes
What did you do?
cue def
What did you expect?
As you can see the field
name
is not correct in the definition outputname: "\(string)"
. Therefore if we are executing the output def we will get this following errorThe text was updated successfully, but these errors were encountered: