Commit d38d4efc by bergquist

style(cli): improve logging to find install crash

parent a8c68e33
......@@ -166,7 +166,7 @@ func downloadFile(pluginName, filePath, url string) (err error) {
src, err := zf.Open()
if err != nil {
log.Errorf("%v", err)
log.Errorf("%Failed to open zipfile: v", err)
}
io.Copy(dst, src)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment