@firestartr/cli 1.50.1-snapshot → 1.50.1-snapshot-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.js +1 -2
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -310159,11 +310159,10 @@ class RepoGithubDecanter extends GithubDecanter {
|
|
|
310159
310159
|
async __adaptInitializerBase(_claim) {
|
|
310160
310160
|
let githubRepoDefaultsFilePath;
|
|
310161
310161
|
try {
|
|
310162
|
-
githubRepoDefaultsFilePath = external_path_.join(getConfigPath(), 'resources', '
|
|
310162
|
+
githubRepoDefaultsFilePath = external_path_.join(getConfigPath(), 'resources', 'defaults_github_repository.yaml');
|
|
310163
310163
|
}
|
|
310164
310164
|
catch (e) {
|
|
310165
310165
|
importer_src_logger.warn('No config path set, using built-in defaults');
|
|
310166
|
-
console.log('No config path set, using built-in defaults');
|
|
310167
310166
|
githubRepoDefaultsFilePath = '';
|
|
310168
310167
|
}
|
|
310169
310168
|
let adapter;
|