diff --git a/samcli/commands/pipeline/bootstrap/cli.py b/samcli/commands/pipeline/bootstrap/cli.py index d357adf5dd..9b7db02578 100644 --- a/samcli/commands/pipeline/bootstrap/cli.py +++ b/samcli/commands/pipeline/bootstrap/cli.py @@ -28,7 +28,7 @@ HELP_TEXT = """ This command generates the required AWS infrastructure resources to connect to your CI/CD system. -This step must be run for each deployment stage in your pipeline, prior to running the sam pipline init command. +This step must be run for each deployment stage in your pipeline, prior to running the sam pipeline init command. """ PIPELINE_CONFIG_DIR = os.path.join(".aws-sam", "pipeline")