summaryrefslogtreecommitdiffstats
path: root/pkg/config
diff options
context:
space:
mode:
authorDawid Dziurla <dawidd0811@gmail.com>2018-09-05 19:56:11 +0200
committerDawid Dziurla <dawidd0811@gmail.com>2018-09-05 19:56:11 +0200
commite9268d1828cb81021d14a55d4fdac4d0f082cd2b (patch)
tree785ac05a4af2f7183c3f6051be32e93ec0981a8a /pkg/config
parentcf41338a9f6e7643a08ffc8092e69e0da48eb711 (diff)
add confirmOnQuit config option
Diffstat (limited to 'pkg/config')
-rw-r--r--pkg/config/app_config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/config/app_config.go b/pkg/config/app_config.go
index ae713a212..7cde63de1 100644
--- a/pkg/config/app_config.go
+++ b/pkg/config/app_config.go
@@ -228,6 +228,7 @@ update:
method: prompt # can be: prompt | background | never
days: 14 # how often a update is checked for
reporting: 'undetermined' # one of: 'on' | 'off' | 'undetermined'
+confirmOnQuit: false
`)
}