Skip to content

Commit 9bf3981

Browse files
committed
monday.monday: Fix installer type
1 parent ae454ed commit 9bf3981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tasks/monday.monday/Script.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $ETag = $Object1.Headers.ETag[0]
1717

1818
# MSI
1919
$this.CurrentState.Installer += $InstallerMSI = [ordered]@{
20-
InstallerType = 'msi'
20+
InstallerType = 'wix'
2121
InstallerUrl = 'https://monday.com/monday-msi-latest.msi'
2222
}
2323
$Object2 = Invoke-WebRequest -Uri $InstallerMSI.InstallerUrl -Method Head

0 commit comments

Comments
 (0)