@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.
@@ -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
  }