Skip to content

Commit 59ecce2

Browse files
committed
Fix markdown lint error
1 parent b98d8df commit 59ecce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ If you get an error like:
505505

506506
```text
507507
E5113: Error while calling lua chunk: ...uarocks/lib/luarocks/rocks-5.1/busted/2.2.0-1/bin/busted:3: module 'busted.runner' not found:
508-
no field package.preload['busted.runner']
508+
no field package.preload['busted.runner']
509509
```
510510

511511
You need to run `eval $(luarocks path --no-bin)` first.

0 commit comments

Comments
 (0)