Skip to content
This repository has been archived by the owner on Jan 31, 2018. It is now read-only.

Commit

Permalink
Merge pull request #703 from willkg/1218381-completion
Browse files Browse the repository at this point in the history
[bug 1218381] Fix run_l10n_completion runs
  • Loading branch information
willkg committed Nov 5, 2015
2 parents 9567844 + 49ff6e2 commit 0615534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/crontab/crontab.tpl
Expand Up @@ -9,7 +9,7 @@ HOME=/tmp
# Once a day at 2:00am run the l10n completion script.
# Note: This runs as root so it has access to the locale/ directory
# to do an svn up.
10 2 * * * root cd {{ source }} && (./bin/run_l10n_completion.sh {{ source }} {{ python }})
10 2 * * * root cd {{ source }} && (./bin/run_l10n_completion.sh {{ webapp }} {{ python }})

# Once a day at 3:00am run the translation daily activites.
0 3 * * * {{ user }} cd {{ source }} && {{ python }} manage.py translation_daily -v 0 --traceback
Expand Down

0 comments on commit 0615534

Please sign in to comment.