aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dotup/mod.rs2
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(