module: update & fix update script

Update script now reads the Wowchemy module's config.yaml rather than config.toml
This commit is contained in:
George Cushen
2020-11-05 23:40:06 +00:00
parent 9e4469443a
commit 4e0577f52a
6 changed files with 25 additions and 31 deletions

2
go.mod
View File

@@ -4,5 +4,5 @@ go 1.15
require (
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201016182837-be0fa17ac006 // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201016182837-be0fa17ac006 // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201102170205-80fce98e72a9
)