Skip to content

Commit bd1150c

Browse files
committed
Address comment
1 parent 4a96ae8 commit bd1150c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metaflow/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ def start(
458458
# We can now set the the CONFIGS value in the flow properly. This will overwrite
459459
# anything that may have been passed in by default and we will use exactly what
460460
# the original flow had. Note that these are accessed through the parameter name
461-
# We need to save the "plane-ness" flag to carry it over
461+
# We need to save the "plain-ness" flag to carry it over
462462
config_plain_flags = {
463463
k: v[1] for k, v in ctx.obj.flow._flow_state[FlowStateItems.CONFIGS].items()
464464
}

0 commit comments

Comments
 (0)