diff options
| author | Shulhan <ms@kilabit.info> | 2018-06-06 00:52:17 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2018-06-06 00:52:17 +0700 |
| commit | 3b757c524306223043f6baa4a3b172d5358aaaec (patch) | |
| tree | 5798599b3102086036ed1726986cf1c064d414e6 | |
| parent | 8e12a6a7f06dd2634c21549b92c599a4331e23ea (diff) | |
| download | beku-3b757c524306223043f6baa4a3b172d5358aaaec.tar.xz | |
SyncAll: add empty line after fetch task
| -rw-r--r-- | env.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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, |
