Skip to content

Commit

Permalink
Update GitRepository.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bobimicroweber authored Oct 1, 2024
1 parent aa2c3d3 commit 5db9264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/Models/GitRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public function clone()
shell_exec('mkdir -p ' . dirname($shellFile));
shell_exec('chown '.$findHostingSubscription->system_username.':'.$findHostingSubscription->system_username.' -R ' . dirname(dirname($shellFile)));

$shellContent = view('actions.git.clone-repo', [
$shellContent = view('actions.git.clone-repo-user', [
'gitProvider' => $gitSSHUrl['provider'],
'systemUsername' => $findHostingSubscription->system_username,
'gitRepositoryId' => $this->id,
Expand Down

0 comments on commit 5db9264

Please sign in to comment.