summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.go b/main.go
index 20ee05b..f502aec 100644
--- a/main.go
+++ b/main.go
@@ -62,5 +62,7 @@ func main() {
// update
if err := update.Update(addrs, options.Verbose); err != nil {
log.Fatalf("update: %v", err)
+ } else {
+ log.Printf("update: ok")
}
}