nitpick: added cr on logging

Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
This commit is contained in:
Frederic BIDON 2019-12-18 18:34:02 +01:00
parent 7fc1c7ebec
commit 12e3317156
No known key found for this signature in database
GPG Key ID: FAE956AB61DCDA59
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ func findAssetFromRelease(rel *github.RepositoryRelease,
matched = true
break
}
log.Printf("Skipping asset %q not matching filter %v", name, filter)
log.Printf("Skipping asset %q not matching filter %v\n", name, filter)
}
if !matched {
continue