fix method call

dev
Andy Meneely 2016-04-08 23:50:21 -04:00
parent fe06e35f83
commit 39346d53c2
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ module Squib
def enable_groups_from_env!
return if ENV['SQUIB_BUILD'].nil?
ENV['SQUIB_BUILD'].split(',').each do |grp|
enable_group grp.strip.to_sym
enable_build grp.strip.to_sym
end
end