We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc1f90 commit be0d40fCopy full SHA for be0d40f
scripts/build.sh
@@ -180,7 +180,7 @@ do_deploy() {
180
}
181
182
do_assets() {
183
- tx -r "${WORK_DIR}" pull -a || echo "Do you have configured transifex?"
+ tx --root "${WORK_DIR}" pull -a || echo "Do you have configured transifex?"
184
printf "executing go generate...\n"
185
go get -u github.com/cozy/statik
186
pushd "${WORK_DIR}" > /dev/null
0 commit comments