mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 05:12:36 +08:00
fix(cli): fixes missplaced %
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user