Skip to content

Commit

Permalink
Update domains/list.go
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre Curzola <[email protected]>
  • Loading branch information
leo-scalingo and curzolapierre authored Apr 26, 2024
1 parent f2478a3 commit 115a326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion domains/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func List(ctx context.Context, app string) error {
tls = "Let's Encrypt"
}
// In any case we display the state of creation of the Let's Encrypt certificate
// So if a customer certification is used, it is still mentionned we have it
// So if a customer certification is used, it is still mentioned we have it
var ok bool
letsEncrypt, ok = letsencryptStatusString[string(domain.LetsEncryptStatus)]
if !ok {
Expand Down

0 comments on commit 115a326

Please sign in to comment.