Skip to content

Commit 92a3d51

Browse files
author
dfounderliu
committed
fix: cns dns information
1 parent ecb99db commit 92a3d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/baas/cns/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class Cns {
5454
Region: this.region,
5555
domain: inputs.domain
5656
})
57-
output.DNS = 'Please set your domain DNS: f1g1ns1.dnspod.net | f1g1ns1.dnspod.net'
57+
output.DNS = 'Please set your domain DNS: f1g1ns1.dnspod.net, f1g1ns1.dnspod.net'
5858
console.log(`Added domain`)
5959
} catch (e) {
6060
// Domain添加错误,不影响主流程,继续尝试后面的工作

0 commit comments

Comments
 (0)