Skip to content

Commit

Permalink
Update containerd.rs - lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aliazlan-t authored Dec 16, 2024
1 parent 43bc8bb commit c19cc6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dragonfly-client-init/src/container_runtime/containerd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ impl Containerd {
{
// Rebind config_path to the first entry if multiple paths are present
let config_path = config_path.split(':').next().unwrap_or(config_path);

info!(
"containerd supports config_path mode, config_path: {}",
config_path.to_string()
Expand Down

0 comments on commit c19cc6c

Please sign in to comment.