diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2019-09-27 16:18:04 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2019-09-27 16:18:04 +0100 |
commit | e4bdb9817024bbcca367c4f1a6e18ac567bf349b (patch) | |
tree | 0a96e12a73e516192b4eb8b0c4883bd67b19f499 | |
parent | d4272b28da76c2d1fe110d611ef08a445f11ceb2 (diff) |
Removed old bcompiler ref
-rw-r--r-- | datamaps/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |