From 56b2b2f08ccbde1a856e5a2abfb52f7179b19b98 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Tue, 20 Jun 2017 13:38:52 -0400 Subject: [PATCH] Redirect output of git clone to /dev/null in sample deploy.sh --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 7e4d67556..0e5717c37 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -29,7 +29,7 @@ fi # pull latest imagery rm -rf node_modules/editor-layer-index/ -git clone https://github.com/osmlab/editor-layer-index.git node_modules/editor-layer-index +git clone https://github.com/osmlab/editor-layer-index.git node_modules/editor-layer-index > /dev/null # build everything npm run imagery