lib/penthouse/migrator.rb in penthouse-0.7.0 vs lib/penthouse/migrator.rb in penthouse-0.7.1
- old
+ new
@@ -106,10 +106,10 @@
end
end
end
def tenants_to_migrate
- if (t = ENV["tenant"] || ENV["tenants"])
+ if (t = ENV["TENANT"] || ENV["TENANTS"])
t.split(",").map(&:strip)
end
end
end
end