Skip to content

Commit

Permalink
fix: Show file for outdated.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Oct 2, 2023
1 parent d10538d commit 9d1d2db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

#### 🚀 Updates

- The file loaded for `proto outdated` is now output in the terminal.
- WASM API
- Added `get_env_var` and `set_env_var` host functions.
- Added `host_env!` macro.
Expand Down
1 change: 1 addition & 0 deletions crates/cli/src/commands/outdated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ pub async fn outdated(args: ArgsRef<OutdatedArgs>) {

if !args.json {
info!("Checking for newer versions...");
info!("Loading {}", color::path(&tools_config.path));
}

let mut items = HashMap::new();
Expand Down

0 comments on commit 9d1d2db

Please sign in to comment.