From e4bdb9817024bbcca367c4f1a6e18ac567bf349b Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Fri, 27 Sep 2019 16:18:04 +0100 Subject: Removed old bcompiler ref --- datamaps/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datamaps/main.py b/datamaps/main.py index b2bd202..fef0892 100644 --- a/datamaps/main.py +++ b/datamaps/main.py @@ -86,7 +86,7 @@ def report(): ) def templates(to_master): engine_config.initialise() - click.secho("Hello from bcompiler 2.0!", fg="yellow") + click.secho("Hello from datamaps 1.0!", fg="yellow") if to_master: try: engine_cli.import_and_create_master(echo_funcs=output_funcs) -- cgit v1.2.3