diff options
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ type Config struct { Username string PasswordCmd string `toml:"password_cmd"` } - Profile timetask.Profile + Profile timetask.Profile Projects map[string]timetask.Project } |