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:
@@ -40,7 +40,7 @@
|
|||||||
#]
|
#]
|
||||||
|
|
||||||
# Don't pull the predefined git repos
|
# Don't pull the predefined git repos
|
||||||
# predefined_repos = false
|
#predefined_repos = false
|
||||||
|
|
||||||
# Arguments to pass Git when pulling Repositories
|
# Arguments to pass Git when pulling Repositories
|
||||||
#arguments = "--rebase --autostash"
|
#arguments = "--rebase --autostash"
|
||||||
|
|||||||
Reference in New Issue
Block a user