mirror of
https://github.com/QRouland/UTPass.git
synced 2025-07-04 03:02:28 +00:00
Use tmp dir during clone to keep orignal passstore in case of error
This commit is contained in:
@ -22,8 +22,6 @@ private:
|
||||
void initGpgConfig();
|
||||
|
||||
public:
|
||||
~Gpg() = default;
|
||||
|
||||
static std::shared_ptr<Gpg> instance()
|
||||
{
|
||||
static std::shared_ptr<Gpg> s{new Gpg};
|
||||
|
Reference in New Issue
Block a user