aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index cd643b5..62a7985 100644
--- a/main.go
+++ b/main.go
@@ -120,7 +120,7 @@ func changePassword(args *argContainer) {
tlog.Fatal.Println(err)
os.Exit(exitcodes.WriteConf)
}
- tlog.Info.Printf(tlog.ColorGreen + "Password changed." + tlog.ColorReset)
+ tlog.Info.Println(tlog.ColorGreen + "Password changed." + tlog.ColorReset)
}
func main() {