Skip to content

Commit b06eaf2

Browse files
committed
Wrong ab error fixed
1 parent 2163da7 commit b06eaf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ if [ ! `which composer` ]; then
55
exit 1;
66
fi
77

8-
if [ ! `which ab` ]; then
9-
echo "ab command not found."
8+
if [ ! `which wrk` ]; then
9+
echo "wrk command not found."
1010
exit 1;
1111
fi
1212

0 commit comments

Comments
 (0)