mirror of
https://github.com/thegeeklab/wp-s3-action.git
synced 2024-11-12 17:30:39 +00:00
chore: fix golint error. (#50)
This commit is contained in:
parent
5ecd3598fa
commit
fcc7aa71fd
@ -180,7 +180,7 @@ func (p *Plugin) runJobs() {
|
|||||||
}(j)
|
}(j)
|
||||||
}
|
}
|
||||||
|
|
||||||
for _ = range p.jobs {
|
for range p.jobs {
|
||||||
r := <-results
|
r := <-results
|
||||||
if r.err != nil {
|
if r.err != nil {
|
||||||
fmt.Printf("ERROR: failed to %s %s to %s: %+v\n", r.j.action, r.j.local, r.j.remote, r.err)
|
fmt.Printf("ERROR: failed to %s %s to %s: %+v\n", r.j.action, r.j.local, r.j.remote, r.err)
|
||||||
|
Loading…
Reference in New Issue
Block a user