Skip to content

Commit d36a4cc

Browse files
committed
chnaged launch locations to array
1 parent a3313d9 commit d36a4cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/sites.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
yearly_tests: 400,
1313
daily_tests: 2
1414
},
15-
launch_locations: {
15+
launch_locations: [
1616
CCAFS: {
1717
name: 'Cape Canaveral Air Force Station',
1818
active: false,
@@ -44,5 +44,5 @@
4444
state: 'Texas',
4545
orbits_avaliable: '["LEO", "GTO", "ISS"]'
4646
}
47-
}
47+
]
4848
}

0 commit comments

Comments
 (0)