diff --git a/RoboFile.php b/RoboFile.php index fb4cf3209..1e6c86385 100644 --- a/RoboFile.php +++ b/RoboFile.php @@ -31,7 +31,7 @@ public function initialize() { $this->drupalPhpcsStandard = $this->bltRoot . '/vendor/drupal/coder/coder_sniffer/Drupal/ruleset.xml'; $this->phpcsPaths = [ $this->bltRoot . '/bin/blt', - $this->bltRoot . '/bin/blt-robo', + $this->bltRoot . '/bin/blt-robo.php', $this->bltRoot . '/bin/blt-robo-run.php', $this->bltRoot . '/RoboFile.php', $this->bltRoot . '/src/Robo', diff --git a/bin/blt b/bin/blt index 0c5d43c0b..9c587fa73 100755 --- a/bin/blt +++ b/bin/blt @@ -1,81 +1,11 @@ #!/usr/bin/env php say("Skipped $hook target hook. No hook is defined."); + $this->logger->info("Skipped $hook target hook. No hook is defined."); return 0; }