Update task-not-found messaging

This commit is contained in:
Andrew Paxley 2023-11-10 09:40:16 +13:00
parent c77a77d584
commit b9da08a301

View File

@ -128,7 +128,7 @@ class TaskRunner extends Controller implements PermissionProvider
} }
} }
$message(sprintf('The build task "%s" could not be found', Convert::raw2xml($name))); $message(sprintf('The build task "%s" could not be found, is disabled or you do not have sufficient permission to run it', Convert::raw2xml($name)));
} }
/** /**