Skip to content

Commit

Permalink
CMake: Fix small typo in vendored source URL
Browse files Browse the repository at this point in the history
  • Loading branch information
micahsnyder committed Jan 24, 2024
1 parent a870f62 commit bf66639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindRust.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ function(cargo_vendor)
replace-with = \"vendored-sources\"
[source.\"git+https://github.com/Cisco-Talos/onenote.rs.git?branch=CLAM-2329-new-from-slice\"]
git = \"hhttps://github.com/Cisco-Talos/onenote.rs.git\"
git = \"https://github.com/Cisco-Talos/onenote.rs.git\"
branch = \"CLAM-2329-new-from-slice\"
replace-with = \"vendored-sources\"
Expand Down

0 comments on commit bf66639

Please sign in to comment.