Format
This commit is contained in:
committed by
Jorge Manrubia
parent
277a45fa88
commit
03483a0526
+1
-1
@@ -11,7 +11,7 @@ module Fizzy
|
||||
|
||||
def configure_bundle
|
||||
if saas?
|
||||
ENV["BUNDLE_WITH"] = [ENV["BUNDLE_WITH"], "saas"].compact.join(",")
|
||||
ENV["BUNDLE_WITH"] = [ ENV["BUNDLE_WITH"], "saas" ].compact.join(",")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user