1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00

Fixed typo

This commit is contained in:
Brian Fiete 2025-02-01 14:03:48 -08:00
parent 0a1d3c8486
commit 7458efc67f

View file

@ -119,7 +119,7 @@ namespace IDE.ui
String projectFilePath = scope String()..Append(projDirectory, "/BeefProj.toml");
if (File.Exists(projectFilePath))
{
gApp.Fail(scope String()..AppendF("A Beef projects already exists at '{0}'", projDirectory));
gApp.Fail(scope String()..AppendF("A Beef project already exists at '{0}'", projDirectory));
return false;
}