Skip to content

Commit

Permalink
break it
Browse files Browse the repository at this point in the history
  • Loading branch information
punkdata committed Sep 18, 2019
1 parent 9ad9c4c commit 166df9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hello_world.py
Original file line number Diff line number Diff line change
Expand Up @@ -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('/')
Expand Down

0 comments on commit 166df9c

Please sign in to comment.