Skip to content

Commit df7ccb9

Browse files
authored
Merge pull request #35 from schwamster/next
#34
2 parents 31ae832 + 1d1f72c commit df7ccb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,10 +485,10 @@ class CreateCertificatePlugin {
485485
}
486486

487487
getCertificateProperty(src) {
488+
this.initializeVariables();
488489
if (!this.enabled) {
489490
return Promise.resolve('');
490491
}
491-
this.initializeVariables();
492492
let s, domainName, property;
493493
let currentVersion = this.serverless.utils.getVersion();
494494

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-certificate-creator",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "creates a certificate that can be used for custom domains for your api gateway",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)