Skip to content

Commit

Permalink
Merge pull request #44 from graingert/patch-2
Browse files Browse the repository at this point in the history
call site_config_dir from AppDirs().site_config_dir
  • Loading branch information
Sridhar Ratnakumar committed Aug 14, 2014
2 parents 782bac0 + f69ef9f commit 2f322ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appdirs.py
Expand Up @@ -389,7 +389,7 @@ def user_config_dir(self):

@property
def site_config_dir(self):
return site_data_dir(self.appname, self.appauthor,
return site_config_dir(self.appname, self.appauthor,
version=self.version, multipath=self.multipath)

@property
Expand Down

0 comments on commit 2f322ed

Please sign in to comment.