From 70a89150c2b65c7f1e8328eaa122ca10da3cb2b8 Mon Sep 17 00:00:00 2001 From: Vicken Simonian Date: Sat, 1 Jan 2022 05:51:30 -0800 Subject: [PATCH] Fix typo in sample config file (#174) --- sample-conf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-conf.yaml b/sample-conf.yaml index 784d4b91..42bca219 100644 --- a/sample-conf.yaml +++ b/sample-conf.yaml @@ -134,7 +134,7 @@ GHORG_CLONE_WIKI: false # flag (--dry-run) GHORG_DRY_RUN: false -# Perform a dry run of the clone; fetches repos but does not clone them. +# Fetches all remote branches for each repo by running a git fetch --all # flag (--fetch-all) GHORG_FETCH_ALL: false