Skip to content

Commit e0e8810

Browse files
committed
Dotnet repo tests
Signed-off-by: Prabhu Subramanian <[email protected]>
1 parent 4c841bf commit e0e8810

File tree

1 file changed

+1
-1
lines changed
  • packages/analysis-lib/src/analysis_lib

1 file changed

+1
-1
lines changed

packages/analysis-lib/src/analysis_lib/output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def find_next_steps(
265265
next_step_str = "Check the package’s issue tracker for available patches and workarounds."
266266
elif is_deployed:
267267
if fix_version:
268-
next_step_str = "Check if the package can be maintained as a runtime or provided dependency instead of bundling."
268+
next_step_str = "Check if the package can be maintained as a 'runtime' dependency instead of bundling."
269269
else:
270270
next_step_str = (
271271
"Consider replacing this package with a well-maintained alternative."

0 commit comments

Comments
 (0)