Skip to content

Commit

Permalink
fix table generation
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneschepke committed May 10, 2024
1 parent c58e372 commit 492b80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metascoop/md/generate_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const (

tableTmpl = `
| Name | Description | Version |
| --- | --- | --- | --- |{{range .Apps}}
| --- | --- | --- |{{range .Apps}}
| [**{{.name}}**]({{.sourceCode}}) | {{.summary}} | {{.suggestedVersionName}} ({{.suggestedVersionCode}}) |{{end}}
` + tableEnd
)
Expand Down

0 comments on commit 492b80a

Please sign in to comment.