Skip to content

Commit 16bcd2d

Browse files
committed
remove legacy reference
1 parent 8a9e5d0 commit 16bcd2d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/Commands/Install.php

-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ public function handle(): int
7474
$this->info('Verifying hooks are executable...');
7575
}
7676
exec('chmod +x '.Platform::git_path('hooks').'/*');
77-
exec('chmod +x '.Whisky::base_path('bin/run-hook'));
7877
}
7978

8079
$this->info('Git hooks installed successfully.');

tests/Feature/RunTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,5 @@
2020
->andReturnTrue();
2121

2222
$this->artisan('run pre-commit')
23-
->doesntExpectOutputToContain('run-hook')
2423
->assertExitCode(0);
2524
})->skip('Needs to be refactored so that the hooks don\'t actually run');

0 commit comments

Comments
 (0)