Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Cli/func/Common/Utilities.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ internal static void WarnIfPreviewVersion()
if (isLinux && arch == Architecture.Arm64)
{
ColoredConsole
.WriteLine("This version of the Azure Functions Core Tools currently doesn't support linux-arm64 with Python workers, with PowerShell workers, or with .NET applications using the in-process model.".DarkYellow());
.WriteLine("This version of the Azure Functions Core Tools currently doesn't support linux-arm64 with Python workers, or with .NET applications using the in-process model.".DarkYellow());
}

ColoredConsole.WriteLine();
Expand Down