Skip to content

Commit

Permalink
fix typo for port
Browse files Browse the repository at this point in the history
  • Loading branch information
timelsass committed May 10, 2019
1 parent a35f410 commit 9fb0bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/modules/github-request.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var https = require( 'https' );
var options = {
host: 'api.github.com',
path: '/repos/TGMPA/TGM-Plugin-Activation/releases/latest',
post: 443,
port: 443,
method: 'GET',
headers: {
'Content-Type': 'application/json',
Expand Down

0 comments on commit 9fb0bd7

Please sign in to comment.