Skip to content

Commit 9bc8521

Browse files
committed
Update sqlite-request-logs.md
1 parent 475ea9e commit 9bc8521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MyApp/_pages/sqlite-request-logs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ When needed you can export your Request Logs to CSV for easy import into externa
105105
`sqlite3` utility, e.g:
106106

107107
:::sh
108-
`sqlite3 -header -csv requests_<YYYY>-<MM>.db "SELECT * FROM RequestLog" > output.csv `
108+
`sqlite3 -header -csv requests_<YYYY>-<MM>.db "SELECT * FROM RequestLog" > output.csv`
109109
:::
110110

111111
### Custom Exports

0 commit comments

Comments
 (0)