diff --git a/Azaion.LoaderUI/Login.xaml.cs b/Azaion.LoaderUI/Login.xaml.cs index f497070..8d4be4d 100644 --- a/Azaion.LoaderUI/Login.xaml.cs +++ b/Azaion.LoaderUI/Login.xaml.cs @@ -164,8 +164,8 @@ public partial class Login { TbStatus.Text = "Checking for the newer version..."; var installerDir = _dirConfig?.IsStage ?? false - ? ConstantsLoader.SUITE_FOLDER - : ConstantsLoader.SUITE_STAGE_FOLDER; + ? ConstantsLoader.SUITE_STAGE_FOLDER + : ConstantsLoader.SUITE_FOLDER; var installerName = await _azaionApi.GetLastInstallerName(installerDir); try