Skip to content

Commit

Permalink
single dot (windows test)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmetc committed Apr 5, 2024
1 parent 05577b5 commit 5c8a832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion downloader/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ func (d *Downloader) Download(ctx context.Context) (bool, error) {
}
}

tmpFile, err := os.CreateTemp(destDir, destName+".*.download")
tmpFile, err := os.CreateTemp(destDir, destName+"_*_download")
if err != nil {
return false, fmt.Errorf("failed to create temporary download file for %s: %w", d.destPath, err)
}
Expand Down

0 comments on commit 5c8a832

Please sign in to comment.