Skip to content

Commit

Permalink
fix: fix the hardcoded number of stages printed in logs. (aws#5210)
Browse files Browse the repository at this point in the history
  • Loading branch information
moelasmar authored and lucashuy committed Jun 22, 2023
1 parent 8a7bbe6 commit 15cee5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samcli/commands/pipeline/init/interactive_init_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
)
Expand Down

0 comments on commit 15cee5a

Please sign in to comment.