mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
NPM: Stop using the folder path before the name path (#63851)
Stop using the folder path before the name path
This commit is contained in:
parent
a81a665f43
commit
177aa254c5
@ -353,7 +353,7 @@ func (client *Client) DownloadDirectory(ctx context.Context, bucket *storage.Buc
|
||||
}
|
||||
|
||||
for _, file := range files {
|
||||
err = client.downloadFile(ctx, bucket, file.FullPath, filepath.Join(destPath, file.PathTrimmed))
|
||||
err = client.downloadFile(ctx, bucket, file.FullPath, file.PathTrimmed)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user