From 460ffe9ca5a7ad9ae5fd5a7d501b8cbd64e7646e Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 3 Jun 2017 14:41:31 +0200 Subject: main.go: Add TOML tag to Config.PasswordCmd This field wasn't parsing correctly because of it's non-automatically-parseable format. --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 2f82643..3a343b5 100644 --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ import ( type Config struct { Auth struct { Username string - PasswordCmd string + PasswordCmd string `toml:"password_cmd"` } Profile timetask.Profile Projects map[string]timetask.Project -- cgit v1.2.3