Skip to content

Commit

Permalink
Fix a docstring (#12117)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrookins authored Feb 29, 2024
1 parent a28d1f5 commit 93d6cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prefect/cli/deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ async def _set_schedule(
"""
Set schedule for a given deployment.
This command is deprecated. Use `prefect deployment schedule set` instead.
This command is deprecated. Use `prefect deployment schedule create` instead.
"""
assert_deployment_name_format(name)

Expand Down

0 comments on commit 93d6cc3

Please sign in to comment.