We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d34eb0 commit b0a9d6eCopy full SHA for b0a9d6e
src/resolvers/path.cr
@@ -27,7 +27,7 @@ module Shards
27
def install(version = nil)
28
Shards.logger.info "Using #{dependency.name} (#{local_path})"
29
cleanup_install_directory
30
- File.symlink(local_path, install_path)
+ File.symlink(File.join(local_path, "src"), install_path)
31
end
32
33
0 commit comments