Skip to content

Commit 43e49c3

Browse files
authored
Merge pull request #384 from DefangLabs/edw-remove-pg-byod-warning
Remove warning about BYOD for playground
2 parents 5c61ce9 + 523bdd5 commit 43e49c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/cli/command/commands.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ func printEndpoints(serviceInfos []*defangv1.ServiceInfo) {
743743
if serviceInfo.ZoneId != "" {
744744
fmt.Println(" -", "https://"+serviceInfo.Service.Domainname)
745745
} else {
746-
fmt.Println(" -", "https://"+serviceInfo.Service.Domainname+" (after ACME cert activation)")
746+
fmt.Println(" -", "https://"+serviceInfo.Service.Domainname+" (after `defang cert generate` to get a Let's Encrypt certificate)")
747747
}
748748
}
749749
}

0 commit comments

Comments
 (0)