about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 94f9540..1262d57 100644
--- a/main.go
+++ b/main.go
@@ -49,7 +49,7 @@ func main() {
 	jsonformatlong := flag.Bool("json", false, "Same as -j")
 
 	flag.Parse()
-	if *jsonformat == true || *jsonformatlong == true {
+	if *jsonformat || *jsonformatlong {
 		fmt.Println(`Here is the format for the JSON config file:
             {
                 "owner": "YourNickHere",