From 1728e3550f78b89c48b2ae73c50f96f2aa3c7fa8 Mon Sep 17 00:00:00 2001 From: John Karahalis Date: Wed, 8 Jul 2020 02:47:51 -0400 Subject: [PATCH] Remove superfluous space in config.example.toml (#465) Small fix. Removes a space between the comment character and the predefined_repos option to create consistency with other options. --- config.example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.toml b/config.example.toml index c5119cf4..63dfe89c 100644 --- a/config.example.toml +++ b/config.example.toml @@ -40,7 +40,7 @@ #] # Don't pull the predefined git repos -# predefined_repos = false +#predefined_repos = false # Arguments to pass Git when pulling Repositories #arguments = "--rebase --autostash"