Fix CLI file name

This commit is contained in:
thatmattlove 2021-07-06 22:05:10 -07:00
parent c52a6f6098
commit 65e44fd34e

View file

@ -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",
)