summaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
authorNikolaus Gotsche <n@softwarefools.com>2018-10-02 02:14:42 +0200
committerNikolaus Gotsche <n@softwarefools.com>2018-10-02 02:14:42 +0200
commita4a53949409944ae1745a8ab16901fb9a21ac7c4 (patch)
tree8a7840c1e6f1146961c76914abf9ec3613a2750c /config.go
parentba96c6fae2ca3ea3399934ffd010cecfbaec273c (diff)
new IsSure
Diffstat (limited to 'config.go')
-rw-r--r--config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.go b/config.go
index 851c93b..50ee7db 100644
--- a/config.go
+++ b/config.go
@@ -46,7 +46,7 @@ func editConf() {
makeNewTOML(false)
}else{
showConfig()
- if isSure("Is this Configuration Correct?") {
+ if isInterSure("Is this Configuration Correct?") {
break
}else{
//if isSure("Enter new Configuration?"){