diff --git a/bootstrap.ps1 b/bootstrap.ps1 index 5e50fef..af5e469 100644 --- a/bootstrap.ps1 +++ b/bootstrap.ps1 @@ -32,4 +32,4 @@ if (! $?) { } Copy-Item "build\Release\x64\mob.exe" ".\mob.exe" -echo "Run ``mob -d prefix/path build`` to start building" \ No newline at end of file +echo "Run ``.\mob -d prefix/path build`` to start building" \ No newline at end of file