Skip to content

Commit

Permalink
fix: SPM generates a new repository URL every time we switch branches…
Browse files Browse the repository at this point in the history
…, changing from "repositoryURL": "https://github.com/apple/swift-algorithms" to "repositoryURL": "https://github.com/apple/swift-algorithms.git". Commit this change to prevent it from happening again.
  • Loading branch information
pmusolino committed Jun 14, 2024
1 parent 621dde9 commit 8b13b77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
},
{
"package": "swift-algorithms",
"repositoryURL": "https://github.com/apple/swift-algorithms",
"repositoryURL": "https://github.com/apple/swift-algorithms.git",
"state": {
"branch": null,
"revision": "f6919dfc309e7f1b56224378b11e28bab5bccc42",
Expand Down

0 comments on commit 8b13b77

Please sign in to comment.