Skip to content

Commit

Permalink
test a failed unit test build
Browse files Browse the repository at this point in the history
  • Loading branch information
punkdata committed Feb 16, 2019
1 parent 27e8c11 commit 2e17914
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 @@ -18,7 +18,7 @@ def wrap_html(message):
@app.route('/')

def hello_world():
message = 'Welcome to CI/CD 101 using CircleCI!'
message = 'Welcome to CI/CD 101 using CircleCI'
html = wrap_html(message)
return html

Expand Down

0 comments on commit 2e17914

Please sign in to comment.