1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 16:06:08 +00:00

Fixed typo in custom rules to log and validate use of encrypted variables in Travis

This commit is contained in:
David A. Velasco 2014-04-09 12:28:50 +02:00
parent a8655239f0
commit b84c375f3b

View File

@ -21,7 +21,7 @@
<isset property="env.OCTEST_USERNAME" />
</condition>
<then>
<echo>Setting username ${env.OC_TEST_USERNAME}</echo>
<echo>Setting username ${env.OCTEST_USERNAME}</echo>
<replaceregexp
file="res/values/setup.xml"
match='("username"&gt;)\s*(&lt;)'