From 3da41d3dd4740f25f49c4261c71a1c02647a5e66 Mon Sep 17 00:00:00 2001 From: Prajakta Purohit Date: Wed, 19 Feb 2020 15:05:40 -0800 Subject: [PATCH] Update instructions to get builds passing when a new license needs to be added. Signed-off-by: Prajakta Purohit --- lib/omnibus/licensing.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/omnibus/licensing.rb b/lib/omnibus/licensing.rb index 518e43e9b..8dcf06914 100644 --- a/lib/omnibus/licensing.rb +++ b/lib/omnibus/licensing.rb @@ -439,7 +439,7 @@ def raise_if_warnings_fatal! if Config.fatal_transitive_dependency_licensing_warnings && !transitive_dependency_licensing_warnings.empty? warnings_to_raise << transitive_dependency_licensing_warnings - warnings_to_raise << "If you are encountering missing license or missing license file errors for **transitive** dependencies, you can provide overrides for the missing information at https://github.com/chef/license_scout/blob/1-stable/lib/license_scout/overrides.rb#L93" + warnings_to_raise << "If you are encountering missing license or missing license file errors for **transitive** dependencies, you can provide overrides for the missing information at https://github.com/chef/license_scout/blob/1-stable/lib/license_scout/overrides.rb#L93. \n Promote license_scout to Rubygems with `/expeditor promote chef/license_scout:1-stable X.Y.Z` in slack." end warnings_to_raise.flatten!