lib/falcon/command/virtual.rb in falcon-0.33.2 vs lib/falcon/command/virtual.rb in falcon-0.33.3

- old
+ new

@@ -54,10 +54,10 @@ Process::UID.change_privilege(stat.uid) home = Etc.getpwuid(stat.uid).dir return { - HOME: home, + 'HOME' => home, } end def spawn(path, container, **options) container.spawn(name: self.name, restart: true) do |instance|