diff --git a/pkg/filesystem/resolve.go b/pkg/filesystem/resolve.go index de481e31e..28f183e82 100644 --- a/pkg/filesystem/resolve.go +++ b/pkg/filesystem/resolve.go @@ -68,7 +68,7 @@ func ResolvePaths(paths []string, wl []util.IgnoreListEntry) (pathsToAdd []strin if e != nil { if !os.IsNotExist(e) { 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)