diff --git a/src/AppInstallerCLICore/Workflows/ShowFlow.cpp b/src/AppInstallerCLICore/Workflows/ShowFlow.cpp index 9495b80be8d..a90cc3c54d1 100644 --- a/src/AppInstallerCLICore/Workflows/ShowFlow.cpp +++ b/src/AppInstallerCLICore/Workflows/ShowFlow.cpp @@ -110,7 +110,7 @@ namespace AppInstaller::CLI::Workflow info << " "_liv; if (!documentation.DocumentLabel.empty()) { - info << Execution::ManifestInfoEmphasis << documentation.DocumentLabel << ": "_liv; + info << Execution::ManifestInfoEmphasis << documentation.DocumentLabel << ": "_liv; } info << documentation.DocumentUrl << std::endl; }