summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 1e0aa66..90d0109 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -342,7 +342,7 @@ fn watch(
let mut debouncer = new_debouncer(Duration::from_secs(1), tx)?;
debouncer
.watcher()
- .watch(Path::new("./exercises"), RecursiveMode::Recursive)?;
+ .watch(Path::new("exercises"), RecursiveMode::Recursive)?;
clear_screen();