Skip to content

Commit

Permalink
cmd/vinegar: drop markdown header on sysinfo
Browse files Browse the repository at this point in the history
apprehensions committed Nov 11, 2023
1 parent de8c107 commit 6355110
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/vinegar/vinegar.go
Original file line number Diff line number Diff line change
@@ -137,8 +137,7 @@ func Sysinfo(pfx *wine.Prefix) {
log.Fatal(err)
}

info := `## System information
* Vinegar: %s
info := `* Vinegar: %s
* Distro: %s
* Processor: %s
* Supports AVX: %t

0 comments on commit 6355110

Please sign in to comment.