Move tools/download-zxcvbn to tools/setup.

This commit is contained in:
Umair Khan
2016-05-26 15:28:45 +05:00
parent 09400a7e50
commit d5f3a82284
4 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ subprocess.check_call(['bash', '-ex', 'tools/emoji_dump/build_emoji'],
stdout=fp, stderr=fp)
# Download and include zxcvbn.js
subprocess.check_call(['bash', '-ex', 'tools/download-zxcvbn'],
subprocess.check_call(['bash', '-ex', 'tools/setup/download-zxcvbn'],
stdout=fp, stderr=fp)
# Collect the files that we're going to serve.