Skip to content

Commit

Permalink
ensure that updated hooks are executable
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjektGopher committed Sep 4, 2024
1 parent ea905d1 commit 3f54ca9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Commands/Update.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public function handle(): int
}

$hook->install();
$hook->ensureExecutable();

if ($this->option('verbose')) {
$this->info("{$hook->name} git hook installed successfully.");
Expand Down

0 comments on commit 3f54ca9

Please sign in to comment.