-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
You cannot have both a local config file and a plugins directory in the same repo.
Lines 350 to 353 in 4a00f79
| if [ -f "${DIR_ROOT}/.git-semver" ] | |
| then | |
| FILE_CONF="${DIR_ROOT}/.git-semver" | |
| source "${FILE_CONF}" |
This line above checks for a .git-semver file for the config, while the code below looks for the .git-semver/plugins directory:
Line 63 in 4a00f79
| plugin_dir="${dirs[${i}]}/.git-semver/plugins" |
Maybe I'm missing something, but you can't have a file be a folder.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels