summaryrefslogtreecommitdiffstats
path: root/crates/rebel/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rebel/src/main.rs')
-rw-r--r--crates/rebel/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rebel/src/main.rs b/crates/rebel/src/main.rs
index 214e6ef..625b43d 100644
--- a/crates/rebel/src/main.rs
+++ b/crates/rebel/src/main.rs
@@ -49,7 +49,7 @@ fn main() {
let mut force_run = HashSet::new();
for task in opts.tasks {
- let Ok((parsed, flags)) = parse::task_ref_with_flags(&task) else {
+ let Ok((parsed, flags)) = parse::task_ref::task_ref_with_flags(&task) else {
eprintln!("Invalid task syntax");
std::process::exit(1);
};