Skip to content

Commit

Permalink
run the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante committed Jul 11, 2024
1 parent 6dabebc commit f0799ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/cli/src/commands/plumbing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ use crate::lister::list_applyables;
use crate::resolver::{get_grit_files_from, resolve_from, Source};

use super::super::analytics::AnalyticsArgs;
use super::apply_migration::ApplyMigrationArgs;
use super::apply_pattern::{run_apply_pattern, ApplyPatternArgs};
use super::check::{run_check, CheckArg};
use super::filters::SharedFilterArgs;
Expand Down Expand Up @@ -311,7 +310,7 @@ pub(crate) async fn run_plumbing(
custom_workflow,
vec![current_dir],
None,
ApplyMigrationArgs {
super::apply_migration::ApplyMigrationArgs {
input: Some(buffer),
remote: false,
verbose: true,
Expand Down

0 comments on commit f0799ac

Please sign in to comment.