Fix CI builds (attempt №2)

Gosh darn dem tabs
pull/2440/head
Alexei Dobrohotov 6 years ago committed by GitHub
parent e4e513c5dc
commit e4c596adf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -89,8 +89,8 @@ boost::filesystem::path LinuxPath::getLocalPath() const
{
if (readlink(path, binPath, sizeof(binPath)) != -1)
{
localPath = boost::filesystem::path(binPath).parent_path();
break;
localPath = boost::filesystem::path(binPath).parent_path();
break;
}
}

Loading…
Cancel
Save