Skip to content

Commit

Permalink
docs: Fix typo (#2833)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw authored Jan 3, 2025
1 parent 8e72a49 commit aa3437e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/exec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pub struct Args {
pub config: ConfigCli,
}

/// CLI entry point for `pixi runx`
/// CLI entry point for `pixi exec`
pub async fn execute(args: Args) -> miette::Result<()> {
let config = Config::with_cli_config(&args.config);
let cache_dir = pixi_config::get_cache_dir().context("failed to determine cache directory")?;
Expand Down

0 comments on commit aa3437e

Please sign in to comment.