config: fix default value for description

This commit is contained in:
Nick Craig-Wood 2024-05-23 18:52:29 +01:00
parent 775e567a7b
commit b9a2d3b6b9

View File

@ -23,6 +23,7 @@ var Registry []*RegInfo
var optDescription = Option{
Name: "description",
Help: "Description of the remote.",
Default: "",
Advanced: true,
}