-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
plugin: Rewrite the logic of define_plugins_dir
Currently, there is a duplicate error duplication when compiling the catalog. This is due to the fact that the call to `define_plugins_dir` is called with the exact same parameter `$install_path` hence causing the error. By including the name of the plugin within the name of the resource we ensure the resource name is unique during catalog compilation.
- Loading branch information
Showing
1 changed file
with
25 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters