.travis.yml: typo fix

This commit is contained in:
Enno Boland 2014-11-07 16:56:53 +01:00
parent c5f953eb95
commit 2dcf5827b1
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