Skip to content

Commit

Permalink
Merge #3042 Restore cmdline update message
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Apr 29, 2020
2 parents 2349472 + 1bc267e commit e47f850
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ All notable changes to this project will be documented in this file.

### Bugfixes

- [CLI] Restore cmdline update message (#3042 by: HebaruSan; reviewed: DasSkelett)

### Internal

## v1.27.2 (Chandrasekhar)
Expand Down
2 changes: 1 addition & 1 deletion Cmdline/Action/Update.cs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ private void UpdateRepository(CKAN.KSP ksp, string repository = null)
? CKAN.Repo.UpdateAllRepositories(registry_manager, ksp, manager.Cache, user) != CKAN.RepoUpdateResult.Failed
: CKAN.Repo.Update(registry_manager, ksp, user, repository);

user.RaiseMessage("Updated information on {0} compatible modules", updated);
user.RaiseMessage("Updated information on {0} compatible modules", registry_manager.registry.CompatibleModules(ksp.VersionCriteria()).Count());
}
}
}

0 comments on commit e47f850

Please sign in to comment.