wolfe-pack / wolfe

Wolfe Language and Engine
https://wolfe-pack.github.io/wolfe
Apache License 2.0
135 stars 17 forks source link

Symbolic link function creates a hard link #131

Closed mayhewsw closed 9 years ago

mayhewsw commented 9 years ago

In the wolfe-util package, package.scala in particular, it appears that the createSymbolicLinkToLatest() function attempts to create a hard link to a folder. On my OS (Scientific Linux), this is not permitted.

Shouldn't the function be Files.createSymbolicLink?

watercrossing commented 9 years ago

You are correct. Fixed by 2d25f2c4f0db2155577e425a3848849da1c674de.