From b3d256f9e3e8866fd98880b81ee8af958013cfc4 Mon Sep 17 00:00:00 2001 From: Issac Lin Date: Thu, 5 May 2022 20:45:57 +0800 Subject: [PATCH] (chore)python@3.10.4: Modify comment related: https://github.com/ScoopInstaller/Versions/issues/489 --- bucket/python.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/python.json b/bucket/python.json index ab3a2a1606..a4ea1eea5b 100644 --- a/bucket/python.json +++ b/bucket/python.json @@ -39,7 +39,7 @@ " Remove-Item \"$dir\\_tmp\\AttachedContainer\\$_\"", "}", "(Get-ChildItem \"$dir\\_tmp\\AttachedContainer\\*.msi\").FullName | ForEach-Object {", - " # appendpath.msi does not contain any file, which causes lessmsi extraction to fail", + " # appendpath.msi does not contain any file, which causes 'msiexec /a' to fail", " if($((Get-Item $_).Basename) -eq 'appendpath') { return }", " Expand-MsiArchive $_ \"$dir\" ", "}",