Skip to content

Commit

Permalink
cli: fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsiam authored and martinvonz committed Dec 19, 2024
1 parent 9ea329f commit 79421c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/cli_util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ impl CommandHelper {
/// Returns true if the current operation is considered to be the head.
pub fn is_at_head_operation(&self) -> bool {
// TODO: should we accept --at-op=<head_id> as the head op? or should we
// make --at-op=@ imply --ignore-workign-copy (i.e. not at the head.)
// make --at-op=@ imply --ignore-working-copy (i.e. not at the head.)
matches!(
self.data.global_args.at_operation.as_deref(),
None | Some("@")
Expand Down

0 comments on commit 79421c6

Please sign in to comment.