From c203ed5b922d5e835cbb83dde301c6d2bce2dd3a Mon Sep 17 00:00:00 2001 From: gmemstr Date: Tue, 9 Jan 2018 10:21:56 -0800 Subject: [PATCH] Point skel config to proper image --- setup.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.go b/setup.go index c64a50e..db1ec62 100644 --- a/setup.go +++ b/setup.go @@ -144,7 +144,7 @@ func WriteSkeletonConfig() { "John Doe", "johndoe@localhost", "A Podcast About Stuff", - "localhost:3000/assets/logo-large.png", + "localhost:3000/assets/podcastimage.png", "http://localhost:3000", } c, err := json.Marshal(config)