Skip to content

Commit 44479c2

Browse files
committed
Ensure LOKALISE_TOKEN is set for export
1 parent 3b83f8e commit 44479c2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Scripts/export_localizations.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/bin/zsh
22

33
set -e
4+
set -u
5+
6+
: "$LOKALISE_TOKEN"
47

58
LANGUAGES=(ar es ru en zh-Hans nl fr de it nb pl ru es ja pt-BR vi da sv fi ro tr he sk)
69

0 commit comments

Comments
 (0)