mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
BeefBuild fix
This commit is contained in:
parent
8c21f24867
commit
8c6020e1c4
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ namespace BeefBuild
|
||||||
{
|
{
|
||||||
mWorkspace.mName = new String();
|
mWorkspace.mName = new String();
|
||||||
Path.GetFileName(mWorkspace.mDir, mWorkspace.mName);
|
Path.GetFileName(mWorkspace.mDir, mWorkspace.mName);
|
||||||
LoadWorkspace();
|
LoadWorkspace(mVerb);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
Fail("Workspace not specified");
|
Fail("Workspace not specified");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue