Skip to content

Commit

Permalink
@ #1 | should implement environment variables processor: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hoatle committed Aug 19, 2018
1 parent 8fed673 commit 396dfb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/teracy-dev-core/processors/variables.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def process(settings)
# then inject values it and convert it back to YAML format
settings = eval(settings.to_s % formatedValues)

@logger.debug("final settings: #{settings}")
@logger.debug("processed settings: #{settings}")

settings
end
Expand Down

0 comments on commit 396dfb9

Please sign in to comment.