Skip to content

Commit 4f82de9

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 13e5353 commit 4f82de9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Install-Scripts.Test/BashTarExtractionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ protected override ExtractionResult RunExtraction(string tarPath, string outPath
4242
say_verbose() {{ :; }}
4343
say_err() {{ echo ""ERROR: $*"" >&2; }}
4444
eval_invocation=""return""
45-
invocation=""$(printf "" %-30s %s"" ""-- ${{FUNCNAME:-}}"" ""$*"")""
45+
invocation="":""
4646
4747
override_non_versioned_files={overrideValue}
4848
temporary_file_template=""{Path.Combine(_testDir, "dotnet-install.XXXXXX").Replace("\"", "\\\"")}""

0 commit comments

Comments
 (0)