Skip to content

Commit

Permalink
Rename.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Dec 9, 2024
1 parent 0f98717 commit c11ca57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/cli/src/commands/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use crate::telemetry::{track_usage, Metric};
use crate::utils::install_graph::*;
use clap::Args;
use indicatif::ProgressBar;
use iocraft::prelude::{element, Box as UiBox};
use iocraft::prelude::element;
use proto_core::flow::install::{InstallOptions, InstallPhase};
use proto_core::{
ConfigMode, Id, PinLocation, Tool, UnresolvedVersionSpec, VersionSpec, PROTO_PLUGIN_KEY,
Expand Down Expand Up @@ -464,7 +464,7 @@ pub async fn install_all(session: &ProtoSession) -> AppResult {
None
} else {
Some(element! {
UiBox(margin_top: 1) {
View(margin_top: 1) {
StyledText(
content: format!(
"Configuration has been loaded in <symbol>{}</symbol> mode. Try changing the mode with <property>--config-mode</property> to include other pinned versions.",
Expand Down

0 comments on commit c11ca57

Please sign in to comment.