From cb0b058e906764bba3f2b816d50dd6e87b28fb53 Mon Sep 17 00:00:00 2001 From: 404NetworkError <404NetworkError@users.noreply.github.com> Date: Sat, 10 Jun 2023 16:41:13 -0400 Subject: [PATCH] python-bucket-utils: Fix installer script --- bucket/python-bucket-utils.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/python-bucket-utils.json b/bucket/python-bucket-utils.json index fee72cd..df3b82b 100644 --- a/bucket/python-bucket-utils.json +++ b/bucket/python-bucket-utils.json @@ -14,9 +14,9 @@ "hash": "7408184e93125e21914a35335ab2978146cc197d6fada2a30119471337173c0c", "installer": { "script": [ - "$null, $bucket = find_manifest($app)", + "$null, $null, $bucket, $null = Get-Manifest($app)", "$bucketdir = Find-BucketDirectory($bucket)", - "Copy-Item \"$bucketdir\\..\\scripts\\.ps1\" -Destination $dir", + "Copy-Item \"$bucketdir\\..\\scripts\\$fname\" -Destination $dir", "'migrate-python-packages', 'uninstall-python-package' | ForEach-Object { Copy-Item \"$bucketdir\\..\\scripts\\$_.ps1\" -Destination $dir }" ] },