mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-19 07:18:06 +02:00
Fixed a typo in the return message (#107)
Signed-off-by: Tuna Alaygut <alaygut@gmail.com>
This commit is contained in:
parent
3253a84db6
commit
d0769851bc
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ def todo():
|
|||
client.admin.command('ismaster')
|
||||
except:
|
||||
return "Server not available"
|
||||
return "Hello fom the MongoDB client!\n"
|
||||
return "Hello from the MongoDB client!\n"
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue