diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2018-07-02 10:30:53 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2018-07-02 10:30:53 -0700 |
commit | 34a6dd714503abbb0e6d240a4832f245d5c3ab06 (patch) | |
tree | 90e7b709c931ad394ebf9fc4490145405776ea94 /lib/chef/knife/cookbook_upload.rb | |
parent | 878560a22f37aec0c2dfe681b3743e027155be88 (diff) | |
download | chef-34a6dd714503abbb0e6d240a4832f245d5c3ab06.tar.gz |
clean up whitespace again
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'lib/chef/knife/cookbook_upload.rb')
-rw-r--r-- | lib/chef/knife/cookbook_upload.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/cookbook_upload.rb b/lib/chef/knife/cookbook_upload.rb index 854945bf5f..b19c352b79 100644 --- a/lib/chef/knife/cookbook_upload.rb +++ b/lib/chef/knife/cookbook_upload.rb @@ -212,7 +212,7 @@ class Chef ui.warn(<<~WARNING) The cookbooks: #{cookbook_repo.merged_cookbooks.join(', ')} exist in multiple places in your cookbook_path. A composite version of these cookbooks has been compiled for uploading. - + #{ui.color('IMPORTANT:', :red, :bold)} In a future version of Chef, this behavior will be removed and you will no longer be able to have the same version of a cookbook in multiple places in your cookbook_path. WARNING |