Skip to content

Commit 3554fc2

Browse files
Fix transifex cli position
1 parent 8602d5e commit 3554fc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/update.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

3-
3+
tx=$(realpath ./tx)
44
cd docs || exit 1
5-
tx pull --languages "$LOCALE"
5+
$tx pull --languages "$LOCALE"

0 commit comments

Comments
 (0)