From 3ad0c5806b34c508152a23de87f084faddd32e53 Mon Sep 17 00:00:00 2001 From: Nikolaus Gotsche Date: Mon, 8 Oct 2018 21:44:05 +0200 Subject: Checking Bills as Paid --- config.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config.go') diff --git a/config.go b/config.go index b77871b..37962ef 100644 --- a/config.go +++ b/config.go @@ -79,7 +79,7 @@ func makeNewTOML(gibts bool) { if gibts { fmt.Println("Editing Configuration File\nPress [Enter] to keep the Current setting") }else{ - fmt.Println("Making new Configuration File") + fmt.Println("\nMaking new Configuration File") //Examplenames Coming soon n := "" file,err := homedir.Expand("~/.mywork.db") @@ -112,10 +112,11 @@ func makeNewTOML(gibts bool) { panic(err) }else{ //fmt.Println("Conffile:\n",buf.String()) - fmt.Println("Writing Configuration File") + fmt.Println("\nWriting Configuration File") err = ioutil.WriteFile(conffile, buf.Bytes(), 0644) checkErr(err) } + fmt.Println(" ") } -- cgit v1.2.3