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

Fix bug causing crashes during git clone when no username is provided

This commit is contained in:
2025-02-04 14:09:02 +01:00
parent 5582b4dd70
commit bf7c2091b7
4 changed files with 42 additions and 37 deletions

View File

@@ -70,7 +70,7 @@ private:
* @param tmp_dir The temporary directory to tear down.
* @return `true` if the teardown was successful, `false` otherwise.
*/
static bool cloneTearDown(QDir tmp_dir);
static bool cloneCleanUp(QDir tmp_dir);
/**
* @brief Clones a repository from a specified URL.