Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
thejmitchener authored and github-actions[bot] committed Jul 10, 2024
1 parent 0e4bd18 commit 18063c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/CpanelAutoDeploy.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

namespace Fuelviews\CpanelAutoDeploy;

class CpanelAutoDeploy
{
}
class CpanelAutoDeploy {}
2 changes: 1 addition & 1 deletion src/CpanelAutoDeployServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function packageRegistered(): void

protected function publishScriptToRoot(): void
{
$sourcePath = __DIR__ . '/../stubs/scripts/cpanel-auto-deploy.sh.stub';
$sourcePath = __DIR__.'/../stubs/scripts/cpanel-auto-deploy.sh.stub';
$destinationPath = base_path('cpanel-auto-deploy.sh');

copy($sourcePath, $destinationPath);
Expand Down

0 comments on commit 18063c3

Please sign in to comment.