Skip to content

Commit 52c1510

Browse files
committed
Updated docstrings.
1 parent 7f38081 commit 52c1510

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

commands/upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ async def list_repos(*, session, org, token):
186186
"--overwrite/--no-overwrite", help="Overwrite existing files.", default=True
187187
)
188188
async def main(org, token, source, dest, overwrite):
189-
"""Deploy a file to all repositories owned by an organization/user."""
189+
"""Upload a file to all repositories owned by an organization/user."""
190190
# create instance of Semaphore: max concurrent requests.
191191
semaphore = asyncio.Semaphore(1000)
192192

0 commit comments

Comments
 (0)