summaryrefslogtreecommitdiff
path: root/cmd/ponzu/main.go
diff options
context:
space:
mode:
authorOllie Phillips <oliver@eantics.co.uk>2017-02-24 15:42:47 +0000
committerOllie Phillips <oliver@eantics.co.uk>2017-02-24 15:42:47 +0000
commit7fbc2ae2e3cb76d34ffd2f3cde9837c37510664b (patch)
tree245146c4f6e0c14dc06322ae3b29ce87e978e022 /cmd/ponzu/main.go
parentbf58736dbf18193765bf8b0da113d5c6e477c001 (diff)
add.go added
Diffstat (limited to 'cmd/ponzu/main.go')
-rw-r--r--cmd/ponzu/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/ponzu/main.go b/cmd/ponzu/main.go
index e287fda..b3dc708 100644
--- a/cmd/ponzu/main.go
+++ b/cmd/ponzu/main.go
@@ -276,11 +276,11 @@ func main() {
os.Exit(0)
}
- /*err := getAddon(args)
+ err := getAddon(args)
if err != nil {
fmt.Println(err)
os.Exit(1)
- }*/
+ }
case "":
fmt.Println(usage)