diff options
| author | diogo464 <[email protected]> | 2023-04-07 17:37:56 +0100 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2023-04-07 17:37:56 +0100 |
| commit | fa3fecca00442acea029248c6cf1fa0ba81e96b9 (patch) | |
| tree | 59100f12877fe247f33cde07ff4d2b11e8950a67 | |
| parent | 6a6a9b48a66cd20fa260e953728d02b34424d99b (diff) | |
fixed typo
| -rw-r--r-- | src/dotup/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotup/mod.rs b/src/dotup/mod.rs index 445bcfc..a70cde5 100644 --- a/src/dotup/mod.rs +++ b/src/dotup/mod.rs | |||
| @@ -274,7 +274,7 @@ impl Dotup { | |||
| 274 | 274 | ||
| 275 | let cwd = AbsPathBuf::try_from( | 275 | let cwd = AbsPathBuf::try_from( |
| 276 | cwd.canonicalize() | 276 | cwd.canonicalize() |
| 277 | .expect("failed to canonicalize current workind directory path"), | 277 | .expect("failed to canonicalize current working directory path"), |
| 278 | ) | 278 | ) |
| 279 | .unwrap(); | 279 | .unwrap(); |
| 280 | let home = AbsPathBuf::try_from( | 280 | let home = AbsPathBuf::try_from( |
