Skip to content

Commit 23ab949

Browse files
nashifgalak
authored andcommitted
ci: inclusive language, use nodes instead of slaves
Fix the usage of the word slaves and replace with nodes. Signed-off-by: Anas Nashif <[email protected]>
1 parent 556736d commit 23ab949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/run_ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ while getopts ":p:m:b:r:M:cfslR:" opt; do
183183
matrix=$OPTARG
184184
;;
185185
M)
186-
echo "Running a matrix of $OPTARG slaves" >&2
186+
echo "Running a matrix of $OPTARG nodes" >&2
187187
matrix_builds=$OPTARG
188188
;;
189189
b)

0 commit comments

Comments
 (0)