Skip to content
This repository was archived by the owner on Apr 26, 2021. It is now read-only.

Commit 20393eb

Browse files
cdelgehierracciari
authored andcommitted
Fix a vulgarization
1 parent 12423d1 commit 20393eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cosbench-openio/start-cosbench.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ if [ "$CONTROLLER" = true -a "$DRIVER" = true ]; then
7575
elif [ "$CONTROLLER" = true ]; then
7676
echo "Sarting controller"
7777
./start-controller.sh
78-
elif [ "$DRIVERS" = true ]; then
78+
elif [ "$DRIVER" = true ]; then
7979
echo "Starting driver"
8080
./start-driver.sh
8181
else

0 commit comments

Comments
 (0)