Skip to content

Commit 74c7b9b

Browse files
committed
remove dangerous -y from README
1 parent 362973c commit 74c7b9b

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
@@ -38,7 +38,7 @@ vcs import < src/ffmpeg_image_transport/ffmpeg_image_transport.repos
3838

3939
Install the dependencies (libav) via rosdep (must be run from top of workspace!):
4040
```
41-
rosdep install --from-paths src --ignore-src -r -y
41+
rosdep install --from-paths src --ignore-src -r
4242
```
4343

4444
You should now be able to build:

0 commit comments

Comments
 (0)