Skip to content

Commit

Permalink
Use the new wattsi-server URL
Browse files Browse the repository at this point in the history
Fixes #59.
  • Loading branch information
domenic committed Feb 2, 2016
1 parent f7bbfdb commit d2a60e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ function runWattsi {
$QUIET || echo "Local wattsi is not present; trying the build server..."

curl $($VERBOSE && echo "-v") $($QUIET && echo "-s") \
http://ec2-52-33-14-28.us-west-2.compute.amazonaws.com/wattsi \
https://build.whatwg.org/wattsi \
--form source=@$1 \
--form caniuse=@$HTML_CACHE/caniuse.json \
--form w3cbugs=@$HTML_CACHE/w3cbugs.csv \
Expand Down

0 comments on commit d2a60e5

Please sign in to comment.