Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Bug: Fix typo in repository URL #2937

Description

@autumncrypto

Describe the bug

The repository URL in package.json contains a syntax error: The double colon

Steps

  1. Run git ls-remote git@github.com::base/base-web.git
  2. Observe error: fatal: remote error: is not a valid repository name
  3. Wrote PR with corrected URL git@github.com:base-org/base-web.git: fixed incorrect URL #2936
  4. Tested via cmd and saw a successful result.

Expected behavior

The repository field should point to a valid GitHub repository without syntax errors.

Additional info

No response

Environment

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions