Skip to content

Commit

Permalink
#34
Browse files Browse the repository at this point in the history
  • Loading branch information
schwamster committed Mar 1, 2021
1 parent 69a5c85 commit 1d1f72c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -485,10 +485,10 @@ class CreateCertificatePlugin {
}

getCertificateProperty(src) {
this.initializeVariables();
if (!this.enabled) {
return Promise.resolve('');
}
this.initializeVariables();
let s, domainName, property;
let currentVersion = this.serverless.utils.getVersion();

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-certificate-creator",
"version": "1.5.0",
"version": "1.5.1",
"description": "creates a certificate that can be used for custom domains for your api gateway",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1d1f72c

Please sign in to comment.