Replaced using gitFetch() with gitPull()

This commit is contained in:
Gerhard Hoffmann 2023-10-18 11:40:04 +02:00
parent 4589c4ca76
commit 2d7f145a25

View File

@ -728,7 +728,7 @@ bool Worker::filesToUpdate() {
// always execute contents of opkg_commands-file
m_filesToUpdate << "etc/psa_update/opkg_commands";
if (std::optional<QString> changes = m_gc.gitFetch()) {
if (std::optional<QString> changes = m_gc.gitPull()) {
stopProgressLoop();
int progress = (m_mainWindow->progressValue()/10) + 10;
setProgress(progress);