Skip to content

Commit

Permalink
Replace env vars in provision
Browse files Browse the repository at this point in the history
  • Loading branch information
bibendi committed Oct 7, 2016
1 parent a070e41 commit 05e3df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dip/commands/provision.cr
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module Dip::Cli::Commands
commands = ::Dip.config.provision
if commands.is_a?(Array)
commands.each do |command|
exec!(command)
exec! ::Dip.env.replace(command)
end
end
end
Expand Down

0 comments on commit 05e3df5

Please sign in to comment.