diff --git a/src/modules/bmm/workflows/4-implementation/code-review/steps/step-01-load-story.md b/src/modules/bmm/workflows/4-implementation/code-review/steps/step-01-load-story.md index 0cecec8e..0ad72346 100644 --- a/src/modules/bmm/workflows/4-implementation/code-review/steps/step-01-load-story.md +++ b/src/modules/bmm/workflows/4-implementation/code-review/steps/step-01-load-story.md @@ -74,7 +74,7 @@ git diff -M --name-only git diff -M --cached --name-only ``` -If any git command fails: Report the error to user and set `git_changed_files` = NO_GIT. +If any git command fails: Report the error to the user and HALT the workflow. Compile `git_changed_files` = union of modified, staged, new, deleted, and renamed files.