-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: attempt to always run from base directory of project
This should make sure that it isn't possible to try to perform file replacement when located in the wrong directory. Also contains a small tweak to configuration loading. It will now attempt to look in the PRJ_CONFIG_HOME directory for a configuration file first, only falling back to the current directory (which is now the project root) if it fails to find one.
- Loading branch information
1 parent
e3786d2
commit a64418f
Showing
2 changed files
with
39 additions
and
16 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
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