forked from TrueCloudLab/lego
fix: generate DNS table in the README.
This commit is contained in:
parent
ce2cc58485
commit
7aca0f7f24
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ func extractTableData(models *Providers) (int, [][]string) {
|
|||
lines = append(lines, line)
|
||||
line = []string{item}
|
||||
|
||||
case i == len(models.Providers)-1:
|
||||
case i == len(items)-1:
|
||||
line = append(line, item)
|
||||
for j := len(line); j < nbCol; j++ {
|
||||
line = append(line, "")
|
||||
|
|
Loading…
Reference in a new issue