diff options
Diffstat (limited to 'src/plugins/madde/maddeuploadandinstallpackagesteps.cpp')
-rw-r--r-- | src/plugins/madde/maddeuploadandinstallpackagesteps.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/madde/maddeuploadandinstallpackagesteps.cpp b/src/plugins/madde/maddeuploadandinstallpackagesteps.cpp index c689be8abd..2071dfb7af 100644 --- a/src/plugins/madde/maddeuploadandinstallpackagesteps.cpp +++ b/src/plugins/madde/maddeuploadandinstallpackagesteps.cpp @@ -61,7 +61,7 @@ protected: void doDeviceSetup() { - if (deviceConfiguration()->deviceType() == LinuxDeviceConfiguration::Hardware) { + if (deviceConfiguration()->machineType() == LinuxDeviceConfiguration::Hardware) { handleDeviceSetupDone(true); return; } |