Skip to content

Commit

Permalink
Add quotes to the CNF input config image sources comment (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkulik-microsoft authored Apr 22, 2024
1 parent 06b2ac4 commit 20f72a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class OnboardingCNFInputConfig(OnboardingNFDBaseInputConfig):
metadata={
"comment": (
"List of registries from which to pull the image(s).\n"
"For example [sourceacr.azurecr.io/test, myacr2.azurecr.io, ghcr.io/path].\n"
'For example ["sourceacr.azurecr.io/test", "myacr2.azurecr.io", "ghcr.io/path"].\n'
"For non Azure Container Registries, ensure you have run a docker login command before running build.\n"
)
},
Expand Down

0 comments on commit 20f72a6

Please sign in to comment.