1
0
mirror of https://github.com/QRouland/UTPass.git synced 2025-06-24 22:42:28 +00:00

Some bugs fix

This commit is contained in:
2025-01-20 15:03:28 +01:00
parent ebfc6f500d
commit 20aff3a404
4 changed files with 17 additions and 15 deletions

View File

@ -23,7 +23,7 @@ void CloneJob::run()
{
auto tmp_dir = this->cloneSetup();
auto err = this->clone(this->m_url, tmp_dir.absolutePath(), this->m_cred, this->credentialsCB);
if (err) {
if (!err) {
this->moveToDestination(tmp_dir, this->m_path);
}
this->cloneTearDown(tmp_dir);