mirror of
https://github.com/ppy/osu
synced 2024-12-24 15:53:37 +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))))
|
||||
{
|
||||
write("Last verion's package not found locally.", ConsoleColor.Red);
|
||||
write("Last version's package not found locally.", ConsoleColor.Red);
|
||||
requireDownload = true;
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user