Skip to content

Commit 4b7a260

Browse files
author
Michael Koval
committed
Fixed curl command.
1 parent 417353f commit 4b7a260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ install:
44
- export repository='prpy'
55
- git clone https://github.com/personalrobotics/pr-cleanroom.git
66
- cd pr-cleanroom
7-
- curl -o https://raw.githubusercontent.com/personalrobotics/pr-rosinstalls/feature/rosdistro/repositories.yml
7+
- curl -O https://raw.githubusercontent.com/personalrobotics/pr-rosinstalls/feature/rosdistro/repositories.yml
88
- ./internal-setup.sh
99
- ./internal-distro.py --workspace=src --repository ${repository} distribution/distribution.yml
1010
script:

0 commit comments

Comments
 (0)