Merge 0ba5010e97 into 236ba5690e
This commit is contained in:
commit
16a5b76b03
|
|
@ -68,7 +68,7 @@ func ResolvePaths(paths []string, wl []util.IgnoreListEntry) (pathsToAdd []strin
|
||||||
if e != nil {
|
if e != nil {
|
||||||
if !os.IsNotExist(e) {
|
if !os.IsNotExist(e) {
|
||||||
logrus.Errorf("Couldn't eval %s with link %s", f, link)
|
logrus.Errorf("Couldn't eval %s with link %s", f, link)
|
||||||
return
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
|
|
||||||
logrus.Tracef("Symlink path %s, target does not exist", f)
|
logrus.Tracef("Symlink path %s, target does not exist", f)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue