diff --git a/Makefile b/Makefile index 9de94c6..e33ed09 100644 --- a/Makefile +++ b/Makefile @@ -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