From c3fa247e6a607806cb97ea54067a257abd571f32 Mon Sep 17 00:00:00 2001 From: Dominik Richter Date: Tue, 22 Sep 2015 14:24:22 +0200 Subject: [PATCH] bugfix: local file owner Signed-off-by: Dominik Richter --- lib/vulcano/backend/local.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), }