Skip to content

Commit 35fbe0c

Browse files
authored
Merge pull request #602 from NixOS/dns-fix
dns: drop final trailing comma in nixos.org zone
2 parents 30242fa + c1fbf35 commit 35fbe0c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dns-apply.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches:
77
- main
88
paths:
9-
- 'dns/**'
9+
- "dns/**"
1010
workflow_dispatch:
1111

1212
permissions: {}

.github/workflows/dns-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Test/Preview DNS changes
44
on:
55
pull_request:
66
paths:
7-
- 'dns/**'
7+
- "dns/**"
88

99
permissions: {}
1010

dns/nixos.org.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,5 +181,5 @@ D("nixos.org",
181181
// netlify pages
182182
CNAME("planet", "nixos-planet.netlify.app."),
183183
CNAME("status", "nixos-status.netlify.app."),
184-
CNAME("weekly", "nixos-weekly.netlify.com."),
184+
CNAME("weekly", "nixos-weekly.netlify.com.")
185185
);

0 commit comments

Comments
 (0)