Skip to content

Bug: Fix typo in repository URL #2937

@autumncrypto

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

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