Skip to content

Commit 502147d

Browse files
authored
Update HOWTO-port-an-exercise.md (#296)
Fix error in the command line
1 parent 68ef0d4 commit 502147d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HOWTO-port-an-exercise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Here's a step-by-step procedure to port the **_foo-bar_** exercise:
2828
# enter the exercise directory
2929
cd "exercises/practice/$exercise"
3030
# delete the bash solution and metadata:
31-
rm ${exercise//-/_}.sh .meta/{test.toml,version,example.sh}
31+
rm ${exercise//-/_}.sh .meta/{tests.toml,version,example.sh}
3232
# rename the test file. Note the underscore changed: the AWK track uses kebab case.
3333
mv ${exercise//-/_}.bats test-$exercise.bats
3434
# edit `.meta/config.json`

0 commit comments

Comments
 (0)