Skip to content

Commit

Permalink
Fix-references-to-raw-github-content (#6667)
Browse files Browse the repository at this point in the history
* Replace reference to raw github content with webots:// in ShapeWithFixedWebTexture.proto.

The reference to a file in the github develop branch was causing that file to be left as changed when running test_suite.py in the develop branch.
  • Loading branch information
brettle committed Sep 21, 2024
1 parent 8977e52 commit 0a1f1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cache/protos/ShapeWithFixedWebTexture.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PROTO ShapeWithFixedWebTexture [
appearance PBRAppearance {
baseColorMap ImageTexture {
url [
"https://github.com/cyberbotics/webots/develop/tests/cache/protos/textures/blue_texture.jpg"
"webots://tests/cache/protos/textures/blue_texture.jpg"
]
}
}
Expand Down

0 comments on commit 0a1f1eb

Please sign in to comment.