diff --git a/coffee_core/src/coffee.rs b/coffee_core/src/coffee.rs index 756a3ad..d8ded7c 100644 --- a/coffee_core/src/coffee.rs +++ b/coffee_core/src/coffee.rs @@ -288,7 +288,7 @@ impl PluginManager for CoffeeManager { old_root_path, new_root_path ); - let script = format!("cp -r -T {old_root_path} {new_root_path}"); + let script = format!("cp -r {old_root_path} {new_root_path}"); sh!(self.config.root_path.clone(), script, verbose); log::debug!( "Done! copying directory from {} inside the new one {}",