Skip to content

Commit fceea89

Browse files
authored
Merge pull request #41 from alexandreStein/master
Repair config | directory_url
2 parents 7ed20f4 + 956f3bf commit fceea89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

armor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ type (
4141
Auto bool `json:"auto"`
4242
CacheDir string `json:"cache_dir"`
4343
Email string `json:"email"`
44-
DirectoryURL string `yaml:"directory_url"`
44+
DirectoryURL string `json:"directory_url"`
4545
}
4646

4747
Admin struct {

cmd/armor/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
const (
2525
// http://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=Armor
2626
banner = `
27-
___
27+
___
2828
/ _ | ______ _ ___ ____
2929
/ __ |/ __/ ' \/ _ \/ __/
3030
/_/ |_/_/ /_/_/_/\___/_/ %s

0 commit comments

Comments
 (0)