Skip to content

Commit 8b49fd6

Browse files
committed
docs: fix example comment
1 parent eb20f1d commit 8b49fd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/changed-modules.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ set -euxo pipefail
5252
# ALL_CHANGED_FILES="go.mod a.go b.go" ./scripts/changed-modules.sh
5353
# The output should be: all modules but the build-excluded ones.
5454
#
55-
# 13. A module is modified with a file that is excluded:
55+
# 13. A excluded module is modified with a file that is excluded:
5656
# ALL_CHANGED_FILES="modules/k6/a.go mkdocs.yml" ./scripts/changed-modules.sh
57-
# The output should be: the modules/k6 module.
57+
# The output should be: no modules.
5858
#
5959
# 14. A excluded file and a file from the core module are modified:
6060
# ALL_CHANGED_FILES="mkdocs.yml sonar-project.properties go.mod" ./scripts/changed-modules.sh

0 commit comments

Comments
 (0)