Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MGatner committed Feb 3, 2022
1 parent a028cf4 commit 9ac01d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unused.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ jobs:
fi
- name: Detect unused packages
run: composer-unused -vvv --profile --ansi --no-interaction --no-progress --excludePackage=php
run: composer-unused -vvv --ansi --no-interaction --no-progress
2 changes: 1 addition & 1 deletion src/Publishers/AdminLTEPublisher.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

class AdminLTEPublisher extends FrontendPublisher
{
protected $source = 'vendor/almasaeed2010/adminlte/dist';
protected $source = ROOTPATH . 'vendor/almasaeed2010/adminlte/dist';
protected string $path = 'adminlte';
}

0 comments on commit 9ac01d0

Please sign in to comment.