Skip to content

Commit

Permalink
Argument order
Browse files Browse the repository at this point in the history
  • Loading branch information
JustusAdam committed Dec 19, 2024
1 parent e284abc commit 5f425c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5f425c7

Please sign in to comment.