Skip to content

Commit 1309c56

Browse files
committed
Fix issue with windows install when no version is specified
1 parent b885569 commit 1309c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-quarto/install-quarto-windows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
1818
Join-Path (Resolve-Path ~).Path "scoop\shims" >> $Env:GITHUB_PATH
1919

20-
param ($version)
20+
param ($version='')
2121
scoop bucket add r-bucket https://github.com/cderv/r-bucket.git
2222
if ([string]::IsNullOrEmpty($version)) {
2323
scoop install quarto

0 commit comments

Comments
 (0)