mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 19:08:09 +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:
|
else:
|
||||||
nmbhome = os.getenv('NMBGIT', os.path.expanduser('~/.nmbug'))
|
nmbhome = os.getenv('NMBGIT', os.path.expanduser('~/.nmbug'))
|
||||||
branch = 'config'
|
branch = 'config'
|
||||||
filename = 'status-config.json'
|
filename = 'notmuch-report.json'
|
||||||
|
|
||||||
# read only the first line from the pipe
|
# read only the first line from the pipe
|
||||||
sha1_bytes = subprocess.Popen(
|
sha1_bytes = subprocess.Popen(
|
||||||
|
|
Loading…
Reference in a new issue