Skip to content

Commit 7b92335

Browse files
authored
Merge pull request #7 from serverless-tencent/fix_cns
fix: cns dns information
2 parents bd2a59e + 92a3d51 commit 7b92335

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)