Skip to content

Commit

Permalink
fix feature band source
Browse files Browse the repository at this point in the history
  • Loading branch information
Forgind authored and github-actions committed Sep 4, 2024
1 parent dde5de9 commit dd752f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ internal static void ShowWorkloadsInfo(ParseResult parseResult = null, WorkloadI
reporter.WriteLine($" {workloadManifest.ManifestPath,align}");

reporter.Write($"{separator}{CommonStrings.WorkloadInstallTypeColumn}:");
reporter.WriteLine($" {WorkloadInstallType.GetWorkloadInstallType(new SdkFeatureBand(workloadFeatureBand), dotnetPath).ToString(),align}"
reporter.WriteLine($" {WorkloadInstallType.GetWorkloadInstallType(new SdkFeatureBand(Utils.Product.Version), dotnetPath).ToString(),align}"
);
reporter.WriteLine("");
}
Expand Down

0 comments on commit dd752f0

Please sign in to comment.