diff --git a/Makefile.toml b/Makefile.toml index 1b7a7549e6..905c0ed142 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -20,7 +20,7 @@ default_to_workspace = false [tasks.install] command = "cargo" -args = ["install", "--locked", "--path", "-f", "crates/paralegal-flow"] +args = ["install", "--locked", "-f", "--path", "crates/paralegal-flow"] [tasks.ci-tests] description = "The suite of tests we run in CI"