Skip to content

Commit 8bc7320

Browse files
committed
Fix typo in Xtask CI (#1526)
I think there was a typo here. If this is not a typo and I misunderstood the comment please just ignore this PR.
1 parent 15aaa2b commit 8bc7320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use xshell::cmd;
22

33
fn main() {
4-
// When run locally, results may from actual CI runs triggered by .github/workflows/ci.yml
4+
// When run locally, results may differ from actual CI runs triggered by .github/workflows/ci.yml
55
// - Official CI runs latest stable
66
// - Local runs use whatever the default Rust is locally
77

0 commit comments

Comments
 (0)