Skip to content

Commit cbfc457

Browse files
author
Matthew Dobson
committed
Updates to fix issues with merge.
1 parent dbf88be commit cbfc457

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/lib/cert-lib.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ CertLogic.prototype.installPrivateCert = function(options, callback) {
131131
} else {
132132
callback(null, publicKey);
133133
}
134+
}
134135
);
135136
});
136-
});
137137
}
138138

139139
CertLogic.prototype.installCertWithPassword = function(options, callback) {
@@ -178,9 +178,9 @@ CertLogic.prototype.installCertWithPassword = function(options, callback) {
178178
} else {
179179
callback(null, publicKey);
180180
}
181+
}
181182
);
182183
});
183-
});
184184
}
185185

186186

0 commit comments

Comments
 (0)