From 02438b428e1ab036a40015da51375975b16fa1ae Mon Sep 17 00:00:00 2001 From: aeris Date: Mon, 13 Aug 2018 10:19:21 +0200 Subject: [PATCH] Compat with new tx client --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 87289acb88b..18ad0ebdf6a 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -180,7 +180,7 @@ do_deploy() { } do_assets() { - tx -r "${WORK_DIR}" pull -a || echo "Do you have configured transifex?" + tx --root "${WORK_DIR}" pull -a || echo "Do you have configured transifex?" printf "executing go generate...\n" go get -u github.com/cozy/statik pushd "${WORK_DIR}" > /dev/null