From 9e5b587e66ee3b59ec8c8fbc30d6f59d931775bf Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Tue, 2 Dec 2014 13:46:22 -0500 Subject: [PATCH] Re-add TODO --- plugins/commands/push/command.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/commands/push/command.rb b/plugins/commands/push/command.rb index 5fde89175..d04e296fb 100644 --- a/plugins/commands/push/command.rb +++ b/plugins/commands/push/command.rb @@ -7,6 +7,7 @@ module VagrantPlugins "deploys code in this environment to a configured destination" end + # @todo support multiple strategies if requested by the community def execute opts = OptionParser.new do |o| o.banner = "Usage: vagrant push [strategy] [options]"