Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
carolynzech committed Dec 19, 2024
1 parent cb50364 commit 99c960a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-kani.sh
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ main() {
fi
elif [[ "$run_command" == "list" ]]; then
echo "Running Kani list command..."
"$kani_path" list -Z list $unstable_flags ./library --std --format markdown
"$kani_path" list -Z list $unstable_args ./library --std --format markdown
fi
}

Expand Down

0 comments on commit 99c960a

Please sign in to comment.