mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
Fix typos in error messages and comments of dev_tools module.
This commit is contained in:
parent
ebcbe5d4c5
commit
70db1b3c44
5 changed files with 9 additions and 9 deletions
|
@ -260,7 +260,7 @@ if __name__ == "__main__":
|
|||
parser.add_argument('--check', dest='check', action='store_true',
|
||||
help='Checks and reports for all requirements and then exits')
|
||||
|
||||
# by default, we only run mvn install and dont push anything repo
|
||||
# by default, we only run mvn install and don't push anything repo
|
||||
parser.set_defaults(deploy_sonatype=False)
|
||||
parser.set_defaults(deploy_s3=False)
|
||||
parser.set_defaults(deploy_s3_repos=False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue