lib/commands/add-env.rb in canzea-0.1.68 vs lib/commands/add-env.rb in canzea-0.1.70
- old
+ new
@@ -32,10 +32,10 @@
return envs
end
def injectEnvironmentVariables()
extraConfig = Canzea::config[:catalog_location] + "/env.json"
- @log.info "Looking to read env.json"
+ @log.info "Looking at for env vars: #{extraConfig}"
if File.exists?(extraConfig)
puts "-- Reading #{extraConfig}"
file = File.read(extraConfig)
envs = JSON.parse(file)
envs['vars'].keys.each { | key |
\ No newline at end of file