Skip to content

Commit

Permalink
fix(util): use moved path for clap_verbosity_flag::log::LevelFilter
Browse files Browse the repository at this point in the history
madonuko committed Dec 1, 2024

Verified

This commit was signed with the committer’s verified signature.
madonuko madomado
1 parent cecd533 commit 4050a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Utility functions and types
use anda_config::{Docker, DockerImage, Manifest, Project, RpmBuild};
use clap_verbosity_flag::LevelFilter;
use clap_verbosity_flag::log::LevelFilter;
use color_eyre::{eyre::eyre, Result, Section};
use console::style;
use nix::{sys::signal, unistd::Pid};

0 comments on commit 4050a9f

Please sign in to comment.