Skip to content

Commit

Permalink
Merge pull request #809 from HonzaKral/es_repo_mrg_fix
Browse files Browse the repository at this point in the history
Fix es_repo_mgr path in setup.py
  • Loading branch information
untergeek committed Nov 16, 2016
2 parents 38824bf + 63fb741 commit d5e5ec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def get_install_requires():
"console_scripts" : [
"curator = curator.cli:cli",
"curator_cli = curator.curator_cli:main",
"es_repo_mgr = curator.es_repo_mgr:repo_mgr_cli",
"es_repo_mgr = curator.repomgrcli:repo_mgr_cli",
]
},
classifiers=[
Expand Down Expand Up @@ -133,7 +133,7 @@ def get_install_requires():
"console_scripts" : [
"curator = curator.cli:cli",
"curator_cli = curator.curator_cli:main",
"es_repo_mgr = curator.es_repo_mgr:repo_mgr_cli",
"es_repo_mgr = curator.repomgrcli:repo_mgr_cli",
]
},
classifiers=[
Expand Down

0 comments on commit d5e5ec0

Please sign in to comment.