We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ed20f4 + 956f3bf commit fceea89Copy full SHA for fceea89
armor.go
@@ -41,7 +41,7 @@ type (
41
Auto bool `json:"auto"`
42
CacheDir string `json:"cache_dir"`
43
Email string `json:"email"`
44
- DirectoryURL string `yaml:"directory_url"`
+ DirectoryURL string `json:"directory_url"`
45
}
46
47
Admin struct {
cmd/armor/main.go
@@ -24,7 +24,7 @@ import (
24
const (
25
// http://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=Armor
26
banner = `
27
- ___
+ ___
28
/ _ | ______ _ ___ ____
29
/ __ |/ __/ ' \/ _ \/ __/
30
/_/ |_/_/ /_/_/_/\___/_/ %s
0 commit comments