summary refs log tree commit diff stats
path: root/init.go
diff options
context:
space:
mode:
Diffstat (limited to 'init.go')
-rw-r--r--init.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.go b/init.go
index 25beeed..6fd6bc8 100644
--- a/init.go
+++ b/init.go
@@ -81,7 +81,7 @@ func checkFlags() {
 func initConfig() {
 
 	viper.SetConfigName("getwtxt")
-	viper.SetConfigType("json")
+	viper.SetConfigType("yml")
 	viper.AddConfigPath(".")
 	viper.AddConfigPath("/usr/local/getwtxt")
 	viper.AddConfigPath("/etc")
Vault <sir@cmpwn.com> 2019-05-17 13:45:20 -0400 committer Drew DeVault <sir@cmpwn.com> 2019-05-17 13:46:26 -0400 Add man pages' href='/akspecs/aerc/commit/.gitignore?h=0.1.0&id=fc719e47c452564b56d2ed0b7828fc74e72fcef8'>fc719e4 ^
58bc15b ^
1
2
3
4
5
6
7
8
9