.travis.yml: typo fix

This commit is contained in:
Enno Boland 2014-11-07 17:02:41 +01:00
parent 2dcf5827b1
commit ab7042a860
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ before_script:
- git clone git://github.com/chneukirchen/xtools.git xtools
script:
- echo "Checking: $TRAVIS_COMMIT_RANGE"
- echo "Checking $TRAVIS_COMMIT_RANGE"
- git diff --name-status -- "$TRAVIS_COMMIT_RANGE" > __changed_files
- cat __changed_files
- grep "^[AM].*srcpkgs/[^/]*/template$" __changed_files | awk '{print $2}' | tee __changed_templates