From 6ed39a30dd642583b8d70d87d430267a2cad9b56 Mon Sep 17 00:00:00 2001 From: Efe Karakus Date: Fri, 7 Jul 2023 12:46:20 -0700 Subject: [PATCH] chore: fix typo in help text of `pipeline bootstrap` --- samcli/commands/pipeline/bootstrap/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")