Skip to content

Commit 02b58c4

Browse files
committed
fix libraryLink path
1 parent 9b01d82 commit 02b58c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scm.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ function scm:downloadGit (sourceObject, repository, targetDirectory, updateObj)
269269
tmpName = tmpName:match("(.+)%..+$")
270270
end
271271

272-
libraryLink.write("return require(\"./" .. self.config["libraryDirectory"] .. "/" .. tmpName .. self.config[sourceObject.type .. "Suffix"] .. "/" .. tmpName .. "\")")
272+
libraryLink.write("return require(\"./" .. self.config["libraryDirectory"] .. tmpName .. self.config[sourceObject.type .. "Suffix"] .. "/" .. tmpName .. "\")")
273273
libraryLink.close()
274274
end
275275

0 commit comments

Comments
 (0)