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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user