lib/deploy-context/context/binary.rb in deploy-context-2.1.21 vs lib/deploy-context/context/binary.rb in deploy-context-2.1.21.1.g665da28

- old
+ new

@@ -1,5 +1,7 @@ #!/usr/bin/env ruby require_relative '../../deploy-context' -Context::DeployContext.deployer.execute_action(deployer, ARGV[0]) +puts "Parameter pass #{ARGV[0]}" +deployer = Context::DeployContext.deployer +deployer.execute_action(deployer, ARGV[0])