Skip to content

Commit

Permalink
Merge pull request #542 from gideonthomas/updateStrings
Browse files Browse the repository at this point in the history
Fix thimble tarball extract pattern in string update script
  • Loading branch information
gideonthomas committed Mar 9, 2016
2 parents 2c22e0f + c718e82 commit 00fcb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pull-new-strings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [ "$UPDATE_STRINGS" == "true" ]
then
# Get the latest tarball of Thimble and extract the locales/ directory
curl -L https://api.github.com/repos/mozilla/thimble.mozilla.org/tarball/master | \
tar -xv --include '/locales/' --strip-components 1
tar -xv --strip-components=1 *locales*

# Temporarily stage any changes between the thimble locales folder and the
# Brackets locales folder so that we can diff them
Expand Down

0 comments on commit 00fcb8f

Please sign in to comment.