summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
Diffstat (limited to 'check')
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/check b/check
index eab7506..d62364e 100755
--- a/check
+++ b/check
@@ -21,7 +21,7 @@ case $lang in
"rust")
cmd="cargo run --manifest-path $aoc_path/rust/Cargo.toml --"
;;
-"rustr")
+"rustc")
cmd="cargo run --release --manifest-path $aoc_path/rust/Cargo.toml --"
;;
"*")