cmd/accounts.go
changeset 47 82d8b6074309
parent 45 b58a7ea1aeb2
child 81 b1671f83e91b
--- a/cmd/accounts.go	Sun Apr 30 23:22:09 2017 +0200
+++ b/cmd/accounts.go	Sun Apr 30 23:35:49 2017 +0200
@@ -530,7 +530,7 @@
 
 	if err != nil {
 		errPrint("Error: %s", err.Error())
-		return nil
+		os.Exit(1)
 	}
 	if obj == nil {
 		return nil