Skip to content

Commit

Permalink
Merge pull request #360 from foundriesio/detsch-fix-app-sync-target
Browse files Browse the repository at this point in the history
api: extended: Select target with all apps when running an apps sync
  • Loading branch information
detsch authored Oct 16, 2024
2 parents 0ae576c + 605b974 commit ef8bbd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aklite_client_ext.cc
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ GetTargetToInstallResult AkliteClientExt::GetTargetToInstall(const CheckInResult
auto apps_to_update = client_->appsToUpdate(Target::fromTufTarget(current));
if (force_apps_sync || !apps_to_update.empty()) {
// Force installation of apps
res.selected_target = current;
res.selected_target = checkin_res.SelectTarget(current.Version());
LOG_INFO
<< "The specified Target is already installed, enforcing installation to make sure it's synced and running:"
<< res.selected_target.Name();
Expand Down

0 comments on commit ef8bbd3

Please sign in to comment.