diff --git a/samcli/commands/pipeline/init/interactive_init_flow.py b/samcli/commands/pipeline/init/interactive_init_flow.py index e5347be567..b6c93acc4f 100644 --- a/samcli/commands/pipeline/init/interactive_init_flow.py +++ b/samcli/commands/pipeline/init/interactive_init_flow.py @@ -256,7 +256,7 @@ def _generate_from_pipeline_template( continue click.echo( Colored().yellow( - "2 stage(s) were detected, matching the template requirements. " + f"{number_of_stages} stage(s) were detected, matching the template requirements. " "If these are incorrect, delete .aws-sam/pipeline/pipelineconfig.toml and rerun" ) )