Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix manifest validation for random-route #2635

Merged
merged 1 commit into from
Jun 23, 2023
Merged

Commits on Jun 23, 2023

  1. Fix manifest validation for random-route

    The validator was always raising the following error
    when random-route was specified:
    
    "default-route and random-route may not be used together"
    
    This change makes it so that it only errors when both default-route
    and random-route are set to true.
    
    Authored-by: Tim Downey <[email protected]>
    tcdowney committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    15f819b View commit details
    Browse the repository at this point in the history