Skip to content

Commit

Permalink
Compat with new tx client
Browse files Browse the repository at this point in the history
  • Loading branch information
aeris committed Aug 13, 2018
1 parent e3940b6 commit 02438b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02438b4

Please sign in to comment.