Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Sep 24, 2024
1 parent 07421fd commit c020799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/uv/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@ async fn run(cli: Cli) -> Result<ExitStatus> {
show_settings!(args);

if globals.preview.is_disabled() {
warn_user_once!("`uv.sources` is experimental and may change without warning");
warn_user_once!("`uv publish` is experimental and may change without warning");
}

// Resolve the settings from the command-line arguments and workspace configuration.
Expand Down

0 comments on commit c020799

Please sign in to comment.