Commit ff22f430 by bergquist

fix(cli): fixes missplaced %

parent 4e8396db
......@@ -166,7 +166,7 @@ func downloadFile(pluginName, filePath, url string) (err error) {
src, err := zf.Open()
if err != nil {
log.Errorf("%Failed to open zipfile: v", err)
log.Errorf("Failed to extract file: %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