forked from mirrors/thatmattlove-hyperglass
fix example validator
This commit is contained in:
parent
96af268a93
commit
b997a3f41a
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ from hyperglass.configuration.models.params import Params
|
|||
from hyperglass.configuration.models.routers import Routers
|
||||
from hyperglass.configuration.models.commands import Commands
|
||||
|
||||
EXAMPLES = Path(__file__).cwd().parent / "hyperglass" / "examples"
|
||||
EXAMPLES = Path(__file__).parent.parent / "hyperglass" / "examples"
|
||||
|
||||
DEVICES = EXAMPLES / "devices.yaml"
|
||||
COMMANDS = EXAMPLES / "commands.yaml"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue