Skip to content

Commit

Permalink
Escape [] in sed command
Browse files Browse the repository at this point in the history
  • Loading branch information
gbastien committed Oct 26, 2019
1 parent 4041310 commit 5f62a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ install:
- echo $PLONE_VERSION
- echo $TEST_EGG
- sed -ie "s#5#$PLONE_VERSION#" buildout.cfg
- sed -ie "s#collective.messagesviewlet[test]#$TEST_EGG#" buildout.cfg
- sed -ie "s#collective.messagesviewlet\[test\]#$TEST_EGG#" buildout.cfg
- cat buildout.cfg
- pip install -r requirements.txt
- python bootstrap-buildout.py
Expand Down

0 comments on commit 5f62a7e

Please sign in to comment.