Skip to content

Commit ad3d765

Browse files
committed
Fix typo in .cirrus.yml
1 parent ff8fed0 commit ad3d765

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.cirrus.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ task:
4040
- cat /proc/cpuinfo
4141
- cat /proc/crypto
4242
test_script:
43-
- sh ci/script.shtask:
43+
- sh ci/script.sh
4444

45-
name: Linux/GNU x86_64 stable
45+
task:
46+
name: Linux/GNU x86_64 stable
4647
container:
4748
- image: rust:latest
4849
env:

0 commit comments

Comments
 (0)