From 65e44fd34e0cc87a9c86c7a458be752f8de5de51 Mon Sep 17 00:00:00 2001 From: thatmattlove Date: Tue, 6 Jul 2021 22:05:10 -0700 Subject: [PATCH] Fix CLI file name --- hyperglass/cli/commands.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hyperglass/cli/commands.py b/hyperglass/cli/commands.py index dfdbd4c..c2c1e93 100644 --- a/hyperglass/cli/commands.py +++ b/hyperglass/cli/commands.py @@ -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", )