Skip to content

Commit

Permalink
Fix output of setup.sh (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
flodolo authored and TheoChevalier committed Nov 5, 2017
1 parent 73eccfc commit 49050aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function initGeckoStringsRepo() {
if [ ! -d $locale/.hg ]
then
echogreen "Checking out the following repo:"
echogreen $repo_folder/$locale/
echogreen "$repo_path/$locale/"
if [ "$locale" = "en-US" ]
then
hg clone https://hg.mozilla.org/l10n/gecko-strings/ $locale
Expand Down

0 comments on commit 49050aa

Please sign in to comment.