From e55a15797787250344af6378c8ff68389cd75d19 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Thu, 19 Dec 2024 16:26:28 -0700 Subject: [PATCH] ci: Fixed a typo in the chocolatey deployment PowerShell template [skip ci] --- deployment/chocolatey/chocolateyinstall.ps1.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/chocolatey/chocolateyinstall.ps1.template b/deployment/chocolatey/chocolateyinstall.ps1.template index e70133a..c872b37 100644 --- a/deployment/chocolatey/chocolateyinstall.ps1.template +++ b/deployment/chocolatey/chocolateyinstall.ps1.template @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; -$PackageName = 'kdash' +$PackageName = 'managarr' $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $url64 = 'https://github.com/Dark-Alex-17/managarr/releases/download/v$version/managarr-windows.tar.gz' $checksum64 = '$hash_64'