From 620994c6faad0ad916f959aa95500af25d5baa28 Mon Sep 17 00:00:00 2001 From: Aaron Petkau Date: Thu, 14 Jan 2021 10:33:35 -0600 Subject: [PATCH] Fixed small typo --- bin/card-live-dash-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/card-live-dash-init b/bin/card-live-dash-init index 5d8d452..6285f37 100755 --- a/bin/card-live-dash-init +++ b/bin/card-live-dash-init @@ -91,4 +91,4 @@ if __name__ == '__main__': print(f'Finished initializing CARD:Live home directory as [{cardlive_home_path}]') print(f'Please add CARD:Live JSON data to [{cardlive_data_path}]', - f'and start the CARD:Live dashboard by running "card-live-dash-prod {cardlive_home_path}"') + f'and start the CARD:Live dashboard by running "card-live-dash-prod start {cardlive_home_path}"')