From f4f91ff8bf57bf51dd653314f09886fb8db53feb Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Wed, 21 May 2014 12:02:56 +0200 Subject: [PATCH] missing pathname --- lib/islo/command.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/islo/command.rb b/lib/islo/command.rb index 803296d..cccd708 100644 --- a/lib/islo/command.rb +++ b/lib/islo/command.rb @@ -1,3 +1,5 @@ +require 'pathname' + module Islo # Generic command execution class Command