bin/deploy-context in deploy-context-2.13.0 vs bin/deploy-context in deploy-context-2.13.2.18.g9a85249

- old
+ new

@@ -1,4 +1,3 @@ #!/usr/bin/env ruby -require_relative '../libraries/deploy-context' -Context::DeployContext.deployer.send(ARGV[0]) +system("knife deploy context #{ARGV.to_a}")