From 878502eba6c90e41516a40126628c01e48aa6107 Mon Sep 17 00:00:00 2001 From: "apurvis@lumoslabs.com" Date: Sun, 26 Feb 2017 13:13:27 -0800 Subject: [PATCH] Fix bug introduced in https://github.com/lumoslabs/broadside/pull/80 --- README.md | 2 +- lib/broadside/gli/commands.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9e9d4b..4d7acbf 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ bundle exec broadside deploy full --target production_web --tag v.1.1.example.ta In the case of an error or timeout during a deploy, broadside will automatically rollback to the latest stable version. You can perform manual rollbacks as well through the command-line. -[For more information on broadside commands, see the complete command-line reference in the wiki](https://github.com/lumoslabs/broadside/wiki/CLI-reference). +## [For more information on broadside commands, see the complete command-line reference in the wiki](https://github.com/lumoslabs/broadside/wiki/CLI-reference). ## Installation diff --git a/lib/broadside/gli/commands.rb b/lib/broadside/gli/commands.rb index 5f731e6..5579fbc 100644 --- a/lib/broadside/gli/commands.rb +++ b/lib/broadside/gli/commands.rb @@ -24,7 +24,7 @@ def add_command_flags(cmd) desc 'Bootstrap your service and task definition from the configured definition.' command :bootstrap do |bootstrap| - add_tag_flag(run) + add_tag_flag(bootstrap) add_target_flag(bootstrap) bootstrap.action do |_, options, _|