From a4a53949409944ae1745a8ab16901fb9a21ac7c4 Mon Sep 17 00:00:00 2001 From: Nikolaus Gotsche Date: Tue, 2 Oct 2018 02:14:42 +0200 Subject: new IsSure --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.go') 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?"){ -- cgit v1.2.3