From 9fb0bd7109446fc6f166a6d9e2d082e43d92e0ed Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 10 May 2019 18:59:41 -0400 Subject: [PATCH] fix typo for port --- build/modules/github-request.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/modules/github-request.js b/build/modules/github-request.js index 149440892..440c2423a 100644 --- a/build/modules/github-request.js +++ b/build/modules/github-request.js @@ -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',