mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
notmuch-report.json: Rename from status-config.json
status-config.json wasn't obviously associated with the old nmubg-status, now notmuch-report. The new name is ${CONFIGURED_SCRIPT}.json, so the association should be clear.
This commit is contained in:
parent
074f45e305
commit
399c857eba
2 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ def read_config(path=None, encoding=None):
|
|||
else:
|
||||
nmbhome = os.getenv('NMBGIT', os.path.expanduser('~/.nmbug'))
|
||||
branch = 'config'
|
||||
filename = 'status-config.json'
|
||||
filename = 'notmuch-report.json'
|
||||
|
||||
# read only the first line from the pipe
|
||||
sha1_bytes = subprocess.Popen(
|
||||
|
|
Loading…
Reference in a new issue