Skip to content

Commit 205102a

Browse files
Update lib/utils/deployment.js
Co-Authored-By: jarl-tornroos <jarl.tornroos@gmail.com>
1 parent 0b71a6a commit 205102a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/utils/deployment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ const buildGlobalRoutingManifest = config => {
101101
'alb.ingress.kubernetes.io/listen-ports': '[{"HTTP": 80}]'
102102
})
103103
}
104-
if (lbCert != '') {
104+
if (lbCert !== '') {
105105
routing.rules.unshift({
106106
path: '/*',
107107
serviceName: 'redirect-to-https',

0 commit comments

Comments
 (0)