Skip to content

Commit 59ac4df

Browse files
committed
update generators.cue
1 parent 6ce4c24 commit 59ac4df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bapctools/resources/support/schemas/generators.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ import "strings"
8181
out?: string
8282

8383
let literal_or_link = string | {
84-
link: ".in" | ".in.statement" | ".in.download" | ".ans" | ".ans.statement" | ".ans.download" | ".out"
84+
link: "in" | "in.statement" | "in.download" | "ans" | "ans.statement" | "ans.download" | "out"
8585
}
8686
"in.statement"?: literal_or_link
8787
"in.download"?: literal_or_link

0 commit comments

Comments
 (0)