Skip to content

Commit

Permalink
fix: Fix typo monorepo.dev -> moonrepo.dev (#1459)
Browse files Browse the repository at this point in the history
* typo: monorepo.dev -> moonrepo.dev

* patch
  • Loading branch information
ericmccarthy7 authored May 4, 2024
1 parent dcaeea5 commit 85ea2e6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .yarn/versions/42a4d275.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
releases:
"@moonrepo/cli": patch
"@moonrepo/core-linux-arm64-gnu": patch
"@moonrepo/core-linux-arm64-musl": patch
"@moonrepo/core-linux-x64-gnu": patch
"@moonrepo/core-linux-x64-musl": patch
"@moonrepo/core-macos-arm64": patch
"@moonrepo/core-macos-x64": patch
"@moonrepo/core-windows-x64-msvc": patch
2 changes: 1 addition & 1 deletion crates/cli/src/commands/init/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ pub async fn init(

stdout.write_line(format!(
" Learn more: {}",
color::url("https://monorepo.dev/docs")
color::url("https://moonrepo.dev/docs")
))?;

stdout.write_line(format!(
Expand Down

0 comments on commit 85ea2e6

Please sign in to comment.