aboutsummaryrefslogtreecommitdiffstats
path: root/community/dotnet6-build/sdk_telemetry-optout.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/dotnet6-build/sdk_telemetry-optout.patch')
-rw-r--r--community/dotnet6-build/sdk_telemetry-optout.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/dotnet6-build/sdk_telemetry-optout.patch b/community/dotnet6-build/sdk_telemetry-optout.patch
index c598bcf6788..435a57f4e72 100644
--- a/community/dotnet6-build/sdk_telemetry-optout.patch
+++ b/community/dotnet6-build/sdk_telemetry-optout.patch
@@ -9,10 +9,10 @@ Disables telemetry by default.
src/Cli/dotnet/Program.cs | 7 +++++++
1 file changed, 7 insertions(+)
-diff --git a/src/Cli/dotnet/Program.cs b/src/Cli/dotnet/Program.cs
+diff --git a/src/sdk/src/Cli/dotnet/Program.cs b/src/sdk/src/Cli/dotnet/Program.cs
index c3be733b4a..2a157a75d5 100644
---- a/src/Cli/dotnet/Program.cs
-+++ b/src/Cli/dotnet/Program.cs
+--- a/src/sdk/src/Cli/dotnet/Program.cs
++++ b/src/sdk/src/Cli/dotnet/Program.cs
@@ -27,6 +27,13 @@ public class Program
public static int Main(string[] args)