Fix: remove hard-coded path to gitea repository (mimbach).

This commit is contained in:
2024-06-28 10:03:10 +02:00
parent 336d208906
commit 6683b925aa
3 changed files with 6 additions and 4 deletions

View File

@@ -157,7 +157,7 @@ Worker::Worker(int customerNr,
, m_parent(parent)
, m_serialInterface(serialInterface)
, m_baudrate(baudrate)
, m_gc(m_customerNrStr, m_customerRepository, m_workingDirectory, m_branchName, this)
, m_gc(m_customerRepositoryPath, m_customerNrStr, m_customerRepository, m_workingDirectory, m_branchName, this)
, m_versionInfo(QStringList())
, m_osVersion(getOsVersion())
, m_atbqtVersion(getATBQTVersion())