mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
fix error in bash example
This commit is contained in:
committed by
Leonid Bugaev
parent
22a67df6c0
commit
f8a1b9dde6
+1
-1
@@ -26,7 +26,7 @@ Simple bash echo middleware (returns same request) will look like this:
|
||||
```bash
|
||||
while read line; do
|
||||
echo $line
|
||||
end
|
||||
done
|
||||
```
|
||||
|
||||
Middleware can be enabled using `--middleware` option, by specifying path to executable file:
|
||||
|
||||
Reference in New Issue
Block a user