From 16d942396b40eb8b04b0ed4da2ff9872a49b9071 Mon Sep 17 00:00:00 2001 From: Eugene Cheipesh Date: Tue, 18 Oct 2016 15:04:23 -0400 Subject: [PATCH] fix: type-o in test target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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