Fix typo.

This commit is contained in:
Dean Herbert 2017-03-14 20:23:58 +09:00
parent 864a97fa45
commit 10ab015501
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

@ -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