Skip to content

Commit

Permalink
Visualiser does take command, not filename
Browse files Browse the repository at this point in the history
  • Loading branch information
thorehusfeldt committed Mar 5, 2024
1 parent aade0ea commit 37bf46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/schemas/generators.cue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ command: !="" & (=~"^[^{}]*(\\{seed(:[0-9]+)?\\}[^{}]*)*$")
// Path to solution starts with slash, such as "/submissions/accepted/foo.py"
solution?: filepath & =~"^/"
// Path to visualiser can be omitted
visualizer?: filepath & =~"^/" | null
visualizer?: command & =~"^/" | null
random_salt?: string
}

Expand Down

0 comments on commit 37bf46b

Please sign in to comment.