Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 6d114b9

Browse files
committed
Spaces
1 parent c9dce73 commit 6d114b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Certificate and Private Key should be in PEM format (pKey without password for n
2323

2424
var cert = fs.readFileSync('cert.pem'),
2525
key = fs.readFileSync('key.pem'),
26-
intermediate = fs.readFileSync('intermediate.crt'),
26+
intermediate = fs.readFileSync('intermediate.crt'),
2727
websiteJson = pushLib.websiteJSON(
2828
"My Site", // websiteName
2929
"web.com.mysite.news", // websitePushID
@@ -37,7 +37,7 @@ Certificate and Private Key should be in PEM format (pKey without password for n
3737
path.join("assets", "safari_assets"), // Folder containing the iconset
3838
cert, // Certificate
3939
key, // Private Key
40-
intermediate // Intermediate certificate
40+
intermediate // Intermediate certificate
4141
);
4242

4343
fs.writeFileSync("pushPackage.zip", zipBuffer);

0 commit comments

Comments
 (0)