repos / pgit

static site generator for git
git clone https://github.com/picosh/pgit.git

commit
ea6d2bf
parent
95810a1
author
Eric Bower
date
2023-08-09 13:29:39 +0000 UTC
formatting
1 files changed,  +1, -2
M main.go
+1, -2
 1@@ -759,7 +759,6 @@ func main() {
 2 
 3 	logger := lg.Sugar()
 4 
 5-
 6 	config := &Config{
 7 		Outdir:   out,
 8 		RepoPath: repoPath,
 9@@ -768,7 +767,7 @@ func main() {
10 		Refs:     refs,
11 		Revs:     revs,
12 		Theme:    theme,
13-		Logger: logger,
14+		Logger:   logger,
15 	}
16 	config.Logger.Infof("%+v", config)
17