Skip to content

Commit

Permalink
fix: type-o in test target
Browse files Browse the repository at this point in the history
  • Loading branch information
echeipesh committed Oct 18, 2016
1 parent ef8c8fb commit 16d9423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ test: build
docker-compose up -d
docker-compose run --rm accumulo-master bash -c "set -e \
&& source /sbin/accumulo-lib.sh \
&& wait_until_accumulo_is_available accumulo zookeper \
&& wait_until_accumulo_is_available accumulo zookeeper \
&& accumulo shell -p GisPwd -e 'info'"
docker-compose down

Expand Down

0 comments on commit 16d9423

Please sign in to comment.