aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.go
diff options
context:
space:
mode:
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 05f692ca..2ba0b6e8 100644
--- a/config.go
+++ b/config.go
@@ -65,7 +65,7 @@ func tryTemplate() {
} else {
fmt.Println(string(s))
}
- os.Exit(0)
+ fmsg.Exit(0)
}
}