Skip to content

Commit

Permalink
Better group file path joining
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Jul 6, 2015
1 parent e623f24 commit a81b233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/dots
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def git_diff(git_args, path1, path2):
class Configuration(object):
# This is the default groups file that the configuration group listing for
# the machine should be stored in
default_group_file = os.path.join(INSTALL_DIR, 'dots/config-groups')
default_group_file = os.path.join(INSTALL_DIR, 'dots', 'config-groups')

def __init__(self, group_file=default_group_file, groups=[]):
# This is a list of groups that are only a single directory deep and do not
Expand Down

0 comments on commit a81b233

Please sign in to comment.