Skip to content

Commit

Permalink
Update shared
Browse files Browse the repository at this point in the history
  • Loading branch information
thequailman committed Oct 15, 2023
1 parent cacc6ce commit 6007f63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
4 changes: 2 additions & 2 deletions go/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ func (c *config) CLIConfig() *cli.Config {
return &c.CLI
}

func (c *config) Parse(ctx context.Context, configArgs, paths string) errs.Err {
return logger.Error(ctx, cfg.Parse(ctx, c, "yaml8n", "", configArgs, paths))
func (c *config) Parse(ctx context.Context, configArgs []string, paths string) errs.Err {
return logger.Error(ctx, cfg.Parse(ctx, c, configArgs, "yaml8n", "", paths))
}
8 changes: 0 additions & 8 deletions hugo/hugo.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
baseURL: https://yaml8n.dev
disableLanguages:
- ar
- de
- es
- fr
- hi
- nl
- zh
menu:
main:
- name: Get YAML8n
Expand Down
2 changes: 1 addition & 1 deletion shared
Submodule shared updated from b66f5d to 606272

0 comments on commit 6007f63

Please sign in to comment.