aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-02-16 19:13:03 +0000
committerGravatar Gareth Coles <[email protected]>2018-02-16 19:13:03 +0000
commit2358143aaa57486ad4dfea5c5dadf1f89a16ea4a (patch)
tree39b54b326d1b5d6c6c27d018424354c744bc1574
parentAutomatically close aiohttp session (diff)
Update `redeploy` docstring
-rw-r--r--bot/cogs/deployment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/deployment.py b/bot/cogs/deployment.py
index 1019d0ecf..59170a4e8 100644
--- a/bot/cogs/deployment.py
+++ b/bot/cogs/deployment.py
@@ -20,7 +20,7 @@ class Deployment:
@with_role(ADMIN_ROLE, OWNER_ROLE, DEVOPS_ROLE)
async def redeploy(self, ctx: Context):
"""
- Trigger bot deployment on the server
+ Trigger bot deployment on the server - will only redeploy if there were changes to deploy
"""
with ClientSession() as session: