From 06e43f619d5d43f62d54254e299d186225f10133 Mon Sep 17 00:00:00 2001 From: Blake Harnden <32446120+bharnden@users.noreply.github.com> Date: Mon, 3 Aug 2020 10:40:48 -0700 Subject: [PATCH] install: update install complete message to avoid implying invoke is needed to run core --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.py b/tasks.py index c3e6d2bb..38b219e6 100644 --- a/tasks.py +++ b/tasks.py @@ -312,7 +312,7 @@ def install(c, dev=False, verbose=False, prefix=DEFAULT_PREFIX): install_service(c, hide, prefix) with p.start("installing ospf mdr"): install_ospf_mdr(c, os_info, hide) - print("\nyou may need to open a new terminal to leverage invoke for running core") + print("\ninstall complete!") @task(