Use canonicalized path for loaded install receipts
This commit is contained in:
parent
b4e5401e66
commit
f0966cf6b6
@ -32,7 +32,7 @@ class Tab < OpenStruct
|
||||
|
||||
def self.from_file path
|
||||
tab = Tab.new Utils::JSON.load(File.read(path))
|
||||
tab.tabfile = path
|
||||
tab.tabfile = path.realpath
|
||||
tab
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user