Skip to content

Commit

Permalink
Merge pull request #74 from anton-rs/refcell/https-clone-over-ssh
Browse files Browse the repository at this point in the history
chore(git): HTTPS Clone
  • Loading branch information
refcell authored Oct 25, 2023
2 parents b6d5ebb + 4fdf000 commit ce29d5a
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 ce29d5a

Please sign in to comment.