Skip to content

Commit be0d40f

Browse files
committed
Compat with new tx client
1 parent 0dc1f90 commit be0d40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ do_deploy() {
180180
}
181181

182182
do_assets() {
183-
tx -r "${WORK_DIR}" pull -a || echo "Do you have configured transifex?"
183+
tx --root "${WORK_DIR}" pull -a || echo "Do you have configured transifex?"
184184
printf "executing go generate...\n"
185185
go get -u github.com/cozy/statik
186186
pushd "${WORK_DIR}" > /dev/null

0 commit comments

Comments
 (0)