Skip to content
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.

Commit

Permalink
Remove extra semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Chad Killingsworth committed Jan 28, 2016
1 parent 7e8c0dc commit 97ebd80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ function getRequestOptions() {
// item not containing a certificate - in this case the
// download will fail
if (ca.length > 0 && !/-----BEGIN CERTIFICATE-----/.test(ca[0])) {
ca.shift();
ca.shift()
}

} catch (e) {
Expand Down

0 comments on commit 97ebd80

Please sign in to comment.