Update repository_tool.py

Fix typographical error.
This commit is contained in:
Vladimir Diaz 2015-08-31 18:21:04 -04:00
parent 8aa465f69e
commit a75db24b67

View file

@ -104,7 +104,7 @@
except tuf.UnsupportedLibraryError as e: #pragma: no cover
message = 'Warning: The repository and developer tools require additional' + \
' libraries, which that can be installed as follows:\n $ pip install tuf[tools]'
' libraries, which can be installed as follows:\n $ pip install tuf[tools]'
logger.warn(message)