mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-18 22:40:35 +00:00
The code actually calls os.Remove(), not rmdir(). The error message should accurately reflect the operation being performed. os.Remove() can remove both files and directories, while rmdir() only removes directories Signed-off-by: Humble Devassy Chirammal <humble.devassy@gmail.com>