Skip to content

Commit 3ed07cc

Browse files
authored
daemon: fix typo
Thanks @pared for catching this one #2918 (comment) . Will add a test on top, need to re-release ASAP
1 parent 8d7f20f commit 3ed07cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dvc/command/daemon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def run(self):
1717

1818
root_dir = Repo.find_root()
1919
dvc_dir = os.path.join(root_dir, Repo.DVC_DIR)
20-
config = Config(dvc_dir, verify=False)
20+
config = Config(dvc_dir, validate=False)
2121
hardlink_lock = config.config.get("core", {}).get(
2222
"hardlink_lock", False
2323
)

0 commit comments

Comments
 (0)