Skip to content

Commit 5d49d98

Browse files
committed
ci: Fix "Number of CPUs" output
1 parent edd2a86 commit 5d49d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/06_script_b.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [ "$CI_OS_NAME" == "macos" ]; then
1313
echo "Number of CPUs: $(sysctl -n hw.logicalcpu)"
1414
else
1515
free -m -h
16-
echo "Number of CPUs \(nproc\):" \$\(nproc\)
16+
echo "Number of CPUs (nproc): $(nproc)"
1717
lscpu | grep Endian
1818
fi
1919
echo "Free disk space:"

0 commit comments

Comments
 (0)