@diplodoc/cli 5.11.3-debug-vcs-3 → 5.11.3-debug-vcs-4
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
|
@@ -16672,7 +16672,7 @@ var Extension = class {
|
|
|
16672
16672
|
};
|
|
16673
16673
|
async function resolveRemote(gitOptions) {
|
|
16674
16674
|
try {
|
|
16675
|
-
const remote = await esm_default(gitOptions).raw("remote", "get-url", "origin");
|
|
16675
|
+
const remote = (await esm_default(gitOptions).raw("remote", "get-url", "origin")).trim();
|
|
16676
16676
|
if (!remote) {
|
|
16677
16677
|
return {};
|
|
16678
16678
|
}
|