mirror of
https://github.com/ppy/osu
synced 2024-12-25 08:12:41 +00:00
Fix typo.
This commit is contained in:
parent
864a97fa45
commit
10ab015501
@ -262,7 +262,7 @@ namespace osu.Desktop.Deploy
|
|||||||
|
|
||||||
if (!File.Exists(Path.Combine(ReleasesFolder, nupkgDistroFilename(lastRelease.Name))))
|
if (!File.Exists(Path.Combine(ReleasesFolder, nupkgDistroFilename(lastRelease.Name))))
|
||||||
{
|
{
|
||||||
write("Last verion's package not found locally.", ConsoleColor.Red);
|
write("Last version's package not found locally.", ConsoleColor.Red);
|
||||||
requireDownload = true;
|
requireDownload = true;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user