X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/7c53fcf57614af48846b4684556178dadebb8f82..c73e63b7d7733f1308c2c0c504144e93062bb489:/stgit/commands/refresh.py diff --git a/stgit/commands/refresh.py b/stgit/commands/refresh.py index 0efe1df..7a9bf7d 100644 --- a/stgit/commands/refresh.py +++ b/stgit/commands/refresh.py @@ -77,7 +77,7 @@ options = [make_option('-f', '--force', def func(parser, options, args): - autoresolved = config.get('stgit', 'autoresolved') + autoresolved = config.get('stgit.autoresolved') if autoresolved != 'yes': check_conflicts()