Skip to content

Commit

Permalink
Update GitRepositoryResource.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bobimicroweber committed Sep 13, 2024
1 parent e1091f2 commit 28647b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public static function table(Table $table): Table
->action(function (GitRepository $record) {

$gitRepository = GitRepository::find($record->id);
$gitRepository->clone();
$gitRepository->pull();

}),
Tables\Actions\DeleteAction::make(),
Expand Down

0 comments on commit 28647b3

Please sign in to comment.