Skip to content

Commit

Permalink
Update text for MultipleTargets error in run command
Browse files Browse the repository at this point in the history
Summary: This was made into a hard error in D47555253, but the text was not changed.

Reviewed By: rajneesh

Differential Revision: D68487384

fbshipit-source-id: 56c308ebdad2a976647d9ae87e70f03deb482c1b
  • Loading branch information
Ian Childs authored and facebook-github-bot committed Jan 22, 2025
1 parent fb6e0f8 commit d01b92e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/buck2_client/src/commands/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,6 @@ pub enum RunCommandError {
NonBinaryRule(String),
#[error("`--emit-shell` is not supported on Windows")]
EmitShellNotSupportedOnWindows,
#[error(
"`buck2 run` only supports a single target, but multiple targets were requested. Only executing the first one built."
)]
#[error("`buck2 run` only supports a single target, but multiple targets were requested.")]
MultipleTargets,
}

0 comments on commit d01b92e

Please sign in to comment.