Skip to content

Commit

Permalink
Merge pull request #500 from commercekitchen/develop
Browse files Browse the repository at this point in the history
Migration typo
  • Loading branch information
tmichaelreis authored Aug 11, 2021
2 parents e920915 + b176da9 commit 712597e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions db/data/20210630052420_create_att_subsite.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ def up
}

# Admin users
admins = ['[email protected],
[email protected],
[email protected]']
admins = ['[email protected]',
'[email protected]',
'[email protected]']

# Create the subdomain organization
subsite = Organization.create!(subsite_attributes)
Expand Down

0 comments on commit 712597e

Please sign in to comment.