Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
Use capital letters for status
Browse files Browse the repository at this point in the history
  • Loading branch information
redvox committed Apr 7, 2016
1 parent 86c0e08 commit a4f868f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def generate_status():
"version": blueprint.info['version'],
"commit": blueprint.info['commit'],
"vcs_link": blueprint.info['vcs_link'] + blueprint.info['commit'],
"status": "ok",
"status": "OK",
"statusDetails": {
},
},
Expand Down

0 comments on commit a4f868f

Please sign in to comment.