Skip to content

Commit c744603

Browse files
authored
Merge pull request #336 from ericgeldmacher/develop
Fix sites.yml initializer
2 parents b33a509 + 1133ef5 commit c744603

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

initializers/sites.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
# - name: AMS 1
22
# slug: ams1
33
# region: Downtown
4-
# status: 1
4+
# status: active
55
# facility: Amsterdam 1
66
# asn: 12345
77
# custom_fields:
88
# text_field: Description
99
# - name: AMS 2
1010
# slug: ams2
1111
# region: Downtown
12-
# status: 1
12+
# status: active
1313
# facility: Amsterdam 2
1414
# asn: 54321
1515
# custom_fields:
1616
# text_field: Description
1717
# - name: AMS 3
1818
# slug: ams3
1919
# region: Suburbs
20-
# status: 1
20+
# status: active
2121
# facility: Amsterdam 3
2222
# asn: 67890
2323
# custom_fields:
2424
# text_field: Description
2525
# - name: SING 1
2626
# slug: sing1
2727
# region: Singapore
28-
# status: 1
28+
# status: active
2929
# facility: Singapore 1
3030
# asn: 09876
3131
# custom_fields:

0 commit comments

Comments
 (0)