Skip to content

Commit

Permalink
fix: update release URL
Browse files Browse the repository at this point in the history
  • Loading branch information
1000ch committed Jun 5, 2020
1 parent c036b45 commit 63f531b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const path = require('path');
const BinWrapper = require('bin-wrapper');
const suffix = require('./suffix.js');

const url = 'https://github.com/GoogleChrome/simplehttp2server/releases/download/3.1.3/';
const url = 'https://github.com/GoogleChromeLabs/simplehttp2server/releases/download/3.1.3/';
const extension = process.platform === 'win32' ? '.exe' : '';
const filename = `simplehttp2server${suffix()}${extension}`;

Expand Down

0 comments on commit 63f531b

Please sign in to comment.