Skip to content

Commit

Permalink
Merge pull request #163 from gluster-deploy/master
Browse files Browse the repository at this point in the history
Change YML_NAME to point to correct file.
  • Loading branch information
sac authored Sep 7, 2016
2 parents 20996a1 + a658e1c commit 26fc33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdeployfeatures/lv/lv.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def lv_create(section_dict):

def lv_convert(section_dict):
Global.ignore_errors = section_dict.get('ignore_lv_errors')
return section_dict, defaults.YML_NAME
return section_dict, defaults.LVCONVERT_YML

def lv_setup_cache(section_dict):
global helpers
Expand Down

0 comments on commit 26fc33f

Please sign in to comment.