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.
This commit is contained in:
John Karahalis
2020-07-08 02:47:51 -04:00
committed by GitHub
parent f233400f1e
commit 1728e3550f

View File

@@ -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"