aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2018-06-06 00:52:17 +0700
committerShulhan <ms@kilabit.info>2018-06-06 00:52:17 +0700
commit3b757c524306223043f6baa4a3b172d5358aaaec (patch)
tree5798599b3102086036ed1726986cf1c064d414e6
parent8e12a6a7f06dd2634c21549b92c599a4331e23ea (diff)
downloadbeku-3b757c524306223043f6baa4a3b172d5358aaaec.tar.xz
SyncAll: add empty line after fetch task
-rw-r--r--env.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/env.go b/env.go
index 4a16ea3..6e989ab 100644
--- a/env.go
+++ b/env.go
@@ -1272,12 +1272,12 @@ func (env *Env) SyncAll() (err error) {
}
if pkg.Version == pkg.VersionNext {
- fmt.Printf("[ENV] SyncAll %s >>> No update.\n",
+ fmt.Printf("[ENV] SyncAll %s >>> No update.\n\n",
pkg.ImportPath)
continue
}
- fmt.Printf("[ENV] SyncAll %s >>> Latest version is %s\n",
+ fmt.Printf("[ENV] SyncAll %s >>> Latest version is %s\n\n",
pkg.ImportPath, pkg.VersionNext)
compareURL := GetCompareURL(pkg.RemoteURL, pkg.Version,