Skip to content

Commit

Permalink
Use -O option to wget when fetching zxcvbn
Browse files Browse the repository at this point in the history
Otherwise the downloaded zxcvbn.js also includes garbage we don't want
  • Loading branch information
lfranchi committed Sep 25, 2015
1 parent aeb6a5d commit 974a9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/download-zxcvbn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh -ex

mkdir -p static/third/zxcvbn/
wget https://raw.githubusercontent.com/dropbox/zxcvbn/0890678ede1488ecb02cda7eb793cd308a59c49d/zxcvbn.js -o static/third/zxcvbn/zxcvbn.js
wget https://raw.githubusercontent.com/dropbox/zxcvbn/0890678ede1488ecb02cda7eb793cd308a59c49d/zxcvbn.js -O static/third/zxcvbn/zxcvbn.js

0 comments on commit 974a9bd

Please sign in to comment.