1
0
mirror of https://github.com/rancher/rke.git synced 2025-08-31 06:34:03 +00:00
Files
rke/docker
Sebastiaan van Steenis 92a73e0bca Do not wipe the actual Docker error to show in log
Problem: Docker error is shown as nil in log message
Root cause: err got redefined in loop and passed value was nil
Solution: do not redefine err in loop
2020-02-20 19:23:04 +01:00
..