Skip to content

Commit 23d8f1e

Browse files
author
Rivet
committed
Fixing quoting typo
1 parent 696b485 commit 23d8f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudfront-signer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
var util = require('util');
22

33
export.keyPath = 'PATH_TO_KEY_FILE';
4-
export.keyPairId = 'YOUR_KEY_PAIR_ID";
4+
export.keyPairId = 'YOUR_KEY_PAIR_ID';
55

66
function cannedPolicyStream(url, offSet) {
77
//offSet time to expires in seconds.

0 commit comments

Comments
 (0)