We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab2b451 commit 623c819Copy full SHA for 623c819
rakelib/dependency_cache_task.rb
@@ -111,7 +111,7 @@ def cache_task(uri)
111
def component_ids
112
conf = configuration('components').values.flatten.map { |component| component.split('::').last.snake_case }
113
offline_cache = ENV['ADD_TO_CACHE']
114
- if !offline_cache.nil?
+ unless offline_cache.nil?
115
offline_cache = offline_cache.split(',')
116
(conf << offline_cache).flatten!.uniq!
117
end
0 commit comments