From 166df9c3ca22eae0fa9d421537d5b32b62fd54fe Mon Sep 17 00:00:00 2001 From: Angel Rivera <2404388+ariv3ra@users.noreply.github.com> Date: Wed, 18 Sep 2019 14:01:24 -0400 Subject: [PATCH] break it --- hello_world.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello_world.py b/hello_world.py index 7756f2f..048fac8 100644 --- a/hello_world.py +++ b/hello_world.py @@ -16,7 +16,7 @@ def generate_html(message): return html def greet(): - greeting = 'Welcome to CI/CD 101 using CircleCI!' + greeting = 'Welcome to CI/CD 101 using CircleCI' return greeting @app.route('/')