Skip to content

Commit

Permalink
fix: merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed May 4, 2022
1 parent bbdbafd commit 0e14bcd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ public VersionInfo download(final String url, final String versionName) throws I
zipFile.delete();
this.notifyDownload(91);
this.flattenAssets(unzipped, folderName);
this.events.notifyDownload(100);
this.notifyDownload(100);
this.setVersionStatus(version, VersionStatus.PENDING);
this.setVersionDownloadedTimestamp(version, new Date(System.currentTimeMillis()));
this.setVersionName(version, versionName);
Expand Down

0 comments on commit 0e14bcd

Please sign in to comment.