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

Commit

Permalink
Fix a vulgarization
Browse files Browse the repository at this point in the history
  • Loading branch information
cdelgehier authored and racciari committed Apr 17, 2018
1 parent 12423d1 commit 20393eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosbench-openio/start-cosbench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ if [ "$CONTROLLER" = true -a "$DRIVER" = true ]; then
elif [ "$CONTROLLER" = true ]; then
echo "Sarting controller"
./start-controller.sh
elif [ "$DRIVERS" = true ]; then
elif [ "$DRIVER" = true ]; then
echo "Starting driver"
./start-driver.sh
else
Expand Down

0 comments on commit 20393eb

Please sign in to comment.