mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-02 05:23:14 +00:00
fix remaining rename
This commit is contained in:
committed by
Keagan McClelland
parent
2e7b2c15bc
commit
fa777bbd63
@@ -12,8 +12,8 @@ use tokio::process::Command;
|
||||
use tokio_stream::wrappers::LinesStream;
|
||||
use tracing::instrument;
|
||||
|
||||
use crate::action::docker::DockerAction;
|
||||
use crate::error::ResultExt;
|
||||
use crate::procedure::docker::DockerProcedure;
|
||||
use crate::s9pk::manifest::PackageId;
|
||||
use crate::util::serde::Reversible;
|
||||
use crate::Error;
|
||||
@@ -158,7 +158,7 @@ pub async fn fetch_logs(
|
||||
LogSource::Container(id) => {
|
||||
cmd.arg(format!(
|
||||
"CONTAINER_NAME={}",
|
||||
DockerAction::container_name(&id, None)
|
||||
DockerProcedure::container_name(&id, None)
|
||||
));
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user