mirror of
https://github.com/thegeeklab/git-batch.git
synced 2024-11-21 18:40:40 +00:00
set default batch file to .batchfile
This commit is contained in:
parent
c03e8b860f
commit
23f1a386ef
@ -34,7 +34,7 @@ class GitBatch:
|
|||||||
|
|
||||||
def _config(self):
|
def _config(self):
|
||||||
config = defaultdict(dict)
|
config = defaultdict(dict)
|
||||||
input_file_raw = os.environ.get("GIT_BATCH_INPUT_FILE", "./batchfile")
|
input_file_raw = os.environ.get("GIT_BATCH_INPUT_FILE", ".batchfile")
|
||||||
config["input_file"] = normalize_path(input_file_raw)
|
config["input_file"] = normalize_path(input_file_raw)
|
||||||
|
|
||||||
config["ignore_existing"] = to_bool(os.environ.get("GIT_BATCH_IGNORE_EXISTING_REPO", True))
|
config["ignore_existing"] = to_bool(os.environ.get("GIT_BATCH_IGNORE_EXISTING_REPO", True))
|
||||||
|
Loading…
Reference in New Issue
Block a user