summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2019-09-10 14:45:51 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2019-09-10 14:45:51 -0700
commit2b14e6417cdfdc91db6ceaf6533bc3313df1445c (patch)
tree0afd576ca9b1feb015c4c913842bd87bf19e2afd
parent471b84b50028dcf240a785aa51cb38b55b439613 (diff)
downloadchef-2b14e6417cdfdc91db6ceaf6533bc3313df1445c.tar.gz
fix signature
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--lib/chef/application/solo.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/application/solo.rb b/lib/chef/application/solo.rb
index d166ef2dc8..3fac9520ec 100644
--- a/lib/chef/application/solo.rb
+++ b/lib/chef/application/solo.rb
@@ -54,7 +54,7 @@ class Chef::Application::Solo < Chef::Application::Base
super()
end
- def run
+ def run(enforce_license: false)
super
Chef.deprecated(:solo_legacy_mode, "#{Chef::Dist::SOLOEXEC} --legacy-mode is deprecated and will be removed in #{Chef::Dist::PRODUCT} 16 (April 2020)")
end