1
0
mirror of https://github.com/QRouland/UTPass.git synced 2026-01-10 03:26:57 +00:00

Setup git libs for Pass plugin

This commit is contained in:
2025-01-07 20:55:30 +01:00
parent 7418894456
commit d33932be6d
7 changed files with 27 additions and 22 deletions

View File

@@ -70,5 +70,5 @@ QString Pass::getPasswordStore()
bool Pass::gitClone(QString url)
{
qInfo() << "Cloning . password_store from " << url;
return Git::instance()->clone(url);
return Git::instance()->clone(url, m_password_store);
}