Skip to content

Commit

Permalink
Merge pull request #149 from rudderlabs/hubspot-https-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arnab-p authored Oct 21, 2020
2 parents b64e491 + cd85110 commit 9777852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/HubSpot/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class HubSpot {
}

init() {
const hubspotJs = `http://js.hs-scripts.com/${this.hubId}.js`;
const hubspotJs = `https://js.hs-scripts.com/${this.hubId}.js`;
ScriptLoader("hubspot-integration", hubspotJs);

logger.debug("===in init HS===");
Expand Down

0 comments on commit 9777852

Please sign in to comment.