Skip to content

Commit

Permalink
@ #35 | should add extension path variables dynamically: minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hoatle committed Nov 5, 2018
1 parent 55fbf4e commit e9cf47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/teracy-dev-core/processors/extension_path.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module Processors
class ExtensionPath < TeracyDev::Processors::Processor

def process(settings)
settings['variables'] = settings['variables'] || []
settings['variables'] = settings['variables'] || {}
# Export extensions path to variables
settings['teracy-dev']['extensions'].each do |extension|
next if extension['enabled'] != true
Expand Down

0 comments on commit e9cf47b

Please sign in to comment.