Skip to content

Commit

Permalink
Clone with https
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Oct 25, 2023
1 parent b6d5ebb commit 4fdf000
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/primitives/src/monorepo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ impl Default for MonorepoConfig {
Self {
source: MonorepoSource::Git,
directory_name: "optimism".to_string(),
git_url: "git@github.com:ethereum-optimism/optimism.git".to_string(),
git_url: "https://github.com/ethereum-optimism/optimism".to_string(),
tarball_url: "https://github.com/ethereum-optimism/optimism/archive/develop.tar.gz"
.to_string(),
force: false,
Expand Down

0 comments on commit 4fdf000

Please sign in to comment.