diff --git a/lib/qwandry/launcher.rb b/lib/qwandry/launcher.rb index 240417a..93b32a7 100644 --- a/lib/qwandry/launcher.rb +++ b/lib/qwandry/launcher.rb @@ -26,7 +26,7 @@ module Qwandry path.each{|p| add label, p, repository_type} else label = label.to_s - @repositories[label] << repository_type.new(label, path) + @repositories[label] << repository_type.new(label, File.expand_path(path)) end end