Skip to content

Fix missing check ID in 2.18 INFO output - #580

Open
Hashim1999164 wants to merge 1 commit into
docker:masterfrom
Hashim1999164:fix/2.18-info-check-id-567
Open

Fix missing check ID in 2.18 INFO output#580
Hashim1999164 wants to merge 1 commit into
docker:masterfrom
Hashim1999164:fix/2.18-info-check-id-567

Conversation

@Hashim1999164

Copy link
Copy Markdown

Summary

  • Check 2.18 was calling info -c "$desc", so the INFO line omitted the check ID.
  • Switch it to info -c "$check" so the output matches neighboring daemon checks (for example 2.17).

Fixes #567

Test plan

  • Run the daemon configuration section and confirm 2.18 INFO output includes 2.18 - in the message.

Use info -c "$check" so deprecated check 2.18 prints its ID like the other daemon checks.

Fixes docker#567
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Typo] 2.18 doesn't report ID in output

1 participant