Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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. "
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we update existing unit tests to confirm this message from now on?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let me check the existing unit test cases.

"If these are incorrect, delete .aws-sam/pipeline/pipelineconfig.toml and rerun"
)
)
Expand Down