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 cc4ebc0 commit 5ac6db3Copy full SHA for 5ac6db3
utils.go
@@ -84,7 +84,7 @@ func linkFile(fileFrom string, fileTo string) error {
84
return nil
85
}
86
87
- return os.Link(fileFrom, fileTo)
+ return os.Symlink(fileFrom, fileTo)
88
89
90
func runCommand(execCommad ExecCommand) error {
0 commit comments