Skip to content

Commit

Permalink
#627: fix processable output suppression by logging settings update a…
Browse files Browse the repository at this point in the history
…vailabe on interaction
  • Loading branch information
hohwille authored Sep 26, 2024
1 parent bacd9ea commit a0ddd5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ private ValidationResult applyAndRun(CliArguments arguments, Commandlet cmd) {
if (this.settingsPath != null) {
if (getGitContext().isRepositoryUpdateAvailable(this.settingsPath) ||
(getGitContext().fetchIfNeeded(this.settingsPath) && getGitContext().isRepositoryUpdateAvailable(this.settingsPath))) {
info("Updates are available for the settings repository. If you want to pull the latest changes, call ide update.");
interaction("Updates are available for the settings repository. If you want to pull the latest changes, call ide update.");
}
}
cmd.run();
Expand Down

0 comments on commit a0ddd5e

Please sign in to comment.