From 162b6a5f0cc6b3b2320df02b6af41a789a1a8a1d Mon Sep 17 00:00:00 2001 From: Dolev Hadar <6196971+dlvhdr@users.noreply.github.com> Date: Thu, 8 Feb 2024 10:17:21 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e0567dbb..17294087 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,8 @@ An exact match for the full repo name to a full path takes priority over a match ```yaml repoPaths: - dlvhdr/*: ~/code/repos/* # will match dlvhdr/repo-name to ~/code/repos/repo-name + default_path: ~/code/repos # fallback value if none of the other paths match + dlvhdr/*: ~/code/repos/dlvhdr/* # will match dlvhdr/repo-name to ~/code/repos/dlvhdr/repo-name dlvhdr/gh-dash: ~/code/gh-dash # will not match wildcard and map to specified path ```