From dbc523c07f2639e6f94ca1d7608674690756b82c Mon Sep 17 00:00:00 2001 From: Tomek <120666269+manic-miner@users.noreply.github.com> Date: Sat, 25 Feb 2023 12:02:01 +0100 Subject: [PATCH] Update root.py - removed word repeat 'this' was repeated twice --- src/prefect/cli/root.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/prefect/cli/root.py b/src/prefect/cli/root.py index a83b3f2682f5..3c8b0838c84f 100644 --- a/src/prefect/cli/root.py +++ b/src/prefect/cli/root.py @@ -54,7 +54,7 @@ def main( None, "--profile", "-p", - help="Select a profile for this this CLI run.", + help="Select a profile for this CLI run.", is_eager=True, ), ):