@diplodoc/cli 5.11.3-debug-vcs-1 → 5.11.3-debug-vcs-3
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/github-vcs.js +1 -1
- package/build/github-vcs.js.map +2 -2
- package/build/index.js +3 -3
- package/build/index.mjs +3 -3
- package/package.json +1 -1
package/build/github-vcs.js
CHANGED
|
@@ -16659,7 +16659,7 @@ var Extension = class {
|
|
|
16659
16659
|
if (!config.vcs.enabled) {
|
|
16660
16660
|
return config;
|
|
16661
16661
|
}
|
|
16662
|
-
config.vcs.endpoint = args.vcsEndpoint || config.vcs.endpoint
|
|
16662
|
+
config.vcs.endpoint = args.vcsEndpoint || config.vcs.endpoint;
|
|
16663
16663
|
config.vcs.owner = args.vcsOwner || config.vcs.owner || remote.owner || "";
|
|
16664
16664
|
config.vcs.repo = args.vcsRepo || config.vcs.repo || remote.repo || "";
|
|
16665
16665
|
config.vcs.branch = args.vcsBranch || config.vcs.branch;
|