Skip to content

Commit

Permalink
correct sed command
Browse files Browse the repository at this point in the history
  • Loading branch information
Capuccino committed Sep 27, 2018
1 parent fd2b3e3 commit 730dd14
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 @@ -28,7 +28,7 @@ install:

- echo $TRAVIS_COMMIT

- sed -i `s/define config.version = "0.1.2beta2"/define config.version = "$TRAVIS_COMMIT"/g` mod/game/options.rpy
- sed -i "s/define config.version = \"0.1.2beta2\"/define config.version = \"$TRAVIS_COMMIT\"/g" mod/game/options.rpy

- cd renpy

Expand Down

0 comments on commit 730dd14

Please sign in to comment.