Skip to content

Commit

Permalink
Test commit to trigger build action
Browse files Browse the repository at this point in the history
  • Loading branch information
deen13 committed Mar 17, 2021
1 parent 1bb77aa commit ae03262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kubernetes.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const createComment = (service) => {
const externalIp = service.status.loadBalancer.ingress[0].ip
const name = service.metadata.name

return `${name} is now available at ${externalIp} :sunglasses:`
return `${name} is now available at ${externalIp}. :sunglasses:`
}

module.exports = { isLoadBalancer, hasExternalAddress, createComment }

0 comments on commit ae03262

Please sign in to comment.