1
0
mirror of https://github.com/thebaer/tildes.git synced 2018-07-20 07:15:21 +00:00

Rename tablizer to tildescores

This commit is contained in:
Matt Baer 2015-02-10 21:39:47 -05:00
parent b745d5c627
commit 6c054301c2
2 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ func generate(title string, table *Table, outputFile string) {
}
w := bufio.NewWriter(f)
template, err := template.New("").Funcs(funcMap).ParseFiles("templates/table.html")
template, err := template.New("").Funcs(funcMap).ParseFiles("../templates/scores.html")
if err != nil {
panic(err)
}