forked from mirrors/thatmattlove-hyperglass
Fix CLI file name
This commit is contained in:
parent
c52a6f6098
commit
65e44fd34e
1 changed files with 3 additions and 1 deletions
|
|
@ -169,7 +169,9 @@ def setup(unattended):
|
|||
|
||||
success(
|
||||
"""Completed hyperglass installation.
|
||||
After adding your hyperglass.yaml file, you should run the `hyperglass build-ui` command.""" # noqa: E501
|
||||
After adding your {devices} file, you should run the {build_cmd} command.""", # noqa: E501
|
||||
devices="devices.yaml",
|
||||
build_cmd="hyperglass build-ui",
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue