Skip to content

Commit 00a2b50

Browse files
Hotfix: Copy-paste error in terminal exercises. Fixes #134
1 parent f5597d4 commit 00a2b50

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/content/carpentries-shell-novice/steps/Episode6_Exercise3.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,6 @@ const criteria = [
1818
path: "exercise-data/longest.txt",
1919
action: "exists"
2020
}]
21-
},
22-
{
23-
name: "The file <code>longest.txt</code> contains each file's unique species",
24-
checks: [{
25-
type: "file",
26-
path: "exercise-data/longest.txt",
27-
action: "contents",
28-
commandExpected: `cd exercise-data/ && wc -l alkanes/*.pdb | sort -n | tail -n 2 | head -n 1`
29-
}]
3021
}];
3122
</script>
3223

0 commit comments

Comments
 (0)