Skip to content

Commit

Permalink
Sync translations: fix shellcheck warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijenbergh committed Aug 16, 2023
1 parent a0a75b6 commit 7258903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync_translations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ go generate ./...
files=$(find client/locales -iname "out.gotext.json")
for f in $files
do
dir=$(dirname $f)
dir=$(dirname "$f")
cp "$f" "$dir"/messages.gotext.json
done

0 comments on commit 7258903

Please sign in to comment.