Skip to content

Commit

Permalink
Merge pull request #566 from Pysis868/patch-1
Browse files Browse the repository at this point in the history
Update apartment.rake
  • Loading branch information
mikecmpbll authored Jun 5, 2019
2 parents ca3b4f6 + 7478300 commit 5fd9391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/apartment.rake
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ apartment_namespace = namespace :apartment do
end

def warn_if_tenants_empty
if tenants.empty?
if tenants.empty? && ENV['IGNORE_EMPTY_TENANTS'] != "true"
puts <<-WARNING
[WARNING] - The list of tenants to migrate appears to be empty. This could mean a few things:
Expand Down

0 comments on commit 5fd9391

Please sign in to comment.