diff --git a/lib/vulcano/backend/local.rb b/lib/vulcano/backend/local.rb index fe165257b..882bab22e 100644 --- a/lib/vulcano/backend/local.rb +++ b/lib/vulcano/backend/local.rb @@ -148,7 +148,7 @@ module Vulcano::Backends mode: tmask & 00777, mtime: file_stat.mtime.to_i, size: file_stat.size, - user: pw_username(file_stat.uid), + owner: pw_username(file_stat.uid), group: pw_groupname(file_stat.gid), }