Skip to content

Commit

Permalink
Update task-not-found messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewandante committed Nov 9, 2023
1 parent c77a77d commit b9da08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dev/TaskRunner.php
Expand Up @@ -128,7 +128,7 @@ public function runTask($request)
}
}

$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)));
}

/**
Expand Down

0 comments on commit b9da08a

Please sign in to comment.