Skip to content

Commit d71230d

Browse files
Fix pre-commit errors
Signed-off-by: Asier Fernandez <[email protected]>
1 parent ce15c98 commit d71230d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

applications/gstreamer/gst_video_recorder/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ Select the implementation with `--language cpp` or `--language python`:
8686
| No manual dependency installation is required. Dependencies are installed in the application container image. | Install dependencies on the host, from the `gst_video_recorder` directory: |
8787
| `./holohub build gst_video_recorder --language cpp` | `./install_deps.sh` |
8888
| `./holohub build gst_video_recorder --language python` | Then build locally: |
89-
| | `./holohub build --local gst_video_recorder --language cpp` |
90-
| | `./holohub build --local gst_video_recorder --language python` |
89+
| | `./holohub build --local gst_video_recorder --language cpp` |
90+
| | `./holohub build --local gst_video_recorder --language python` |
9191

9292
### Usage Reference
9393

applications/gstreamer/gst_video_recorder/python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ endif()
5555
install(
5656
FILES gst_video_recorder.py
5757
DESTINATION bin/gst_video_recorder/python
58-
)
58+
)

0 commit comments

Comments
 (0)