Skip to content

Commit 4089303

Browse files
committed
Fix retrieve of content
1 parent 5905ef7 commit 4089303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Update.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ rem -- Download the content ----------------------------------------------------
3535
rem ============================================================================
3636

3737
echo Downloading "%CONTENT_LINK%"...
38-
powershell -Command "(New-Object System.Net.WebClient).DownloadFile('%CONTENT_LINK%', '%CONTENT_FOLDER%')"
38+
powershell -Command "(New-Object System.Net.WebClient).DownloadFile('%CONTENT_LINK%', '%CONTENT_FILE%')"
3939
if %errorlevel% neq 0 goto error_download
4040

4141
echo %FILE_N% Extracting content from "%CONTENT_FILE%", this can take a while...

0 commit comments

Comments
 (0)