Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit e7e7436

Browse files
authored
Update README
Fix reference to pre_build
1 parent cc26b80 commit e7e7436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DevOps/2_ContinuousDeliveryPipeline/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ Congratuations, you've successfully corrected the code bug! Next, let's look at
352352

353353
Having this testing framework in place ensures that the exact same set of steps are run every time we test our code. However, we are still running this test manually. Let's configure our CodeBuild environment to run these tests for us every time a build is performed.
354354

355-
1. Using a text editor, open `buildspec.yml` and navigate to the `pre-build:` section.
355+
1. Using a text editor, open `buildspec.yml` and navigate to the `pre_build:` section.
356356

357357
1. We have discovered that our nemesis, Chet, has disabled our unit tests! Why, Chet, why?! To fix this, uncomment the line that executes the `mocha` command so our unit tests will be run during the build.
358358

0 commit comments

Comments
 (0)