diff options
| author | mo8it <mo8it@proton.me> | 2024-03-29 01:51:22 +0100 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-03-29 01:51:22 +0100 |
| commit | 2b01811fe9344fa4afdef95fb934745176cab1b2 (patch) | |
| tree | 32fadc9e4c72eb2c21f9f621565b7c567b57c837 /src | |
| parent | a561a0f7f0378ac98ee4f025f5023c320af794b8 (diff) | |
Fix typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/init.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.rs b/src/init.rs index e640c25..1ec8484 100644 --- a/src/init.rs +++ b/src/init.rs @@ -59,7 +59,7 @@ If you didn't already initialize Rustlings, please initialize it in another dire if let Err(e) = create_dir(rustlings_path) { if e.kind() == ErrorKind::AlreadyExists { bail!( - "A directory with the name `rustligs` already exists in the current directory. + "A directory with the name `rustlings` already exists in the current directory. You probably already initialized Rustlings. Run `cd rustlings` Then run `rustlings` again" |
