Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
direvius committed Feb 9, 2015
1 parent 4cd7e1e commit ba649ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='yandextank',
version='1.7.2',
version='1.7.3',
description='a performance measurement tool',
longer_description='''
Yandex.Tank is a performance measurement and load testing automatization tool.
Expand Down
2 changes: 1 addition & 1 deletion yandextank/core/consoleworker.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def __override_config_from_cmdline(self):
def get_default_configs(self):
""" returns default configs list, from /etc and home dir """
# initialize basic defaults
configs = [resource_filename(__name__, '00-base.ini')]
configs = [resource_filename(__name__, 'config/00-base.ini')]
try:
conf_files = os.listdir(self.baseconfigs_location)
conf_files.sort()
Expand Down

0 comments on commit ba649ae

Please sign in to comment.