summaryrefslogtreecommitdiffstats
path: root/src/commands/endpoint_container.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/endpoint_container.rs')
-rw-r--r--src/commands/endpoint_container.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/commands/endpoint_container.rs b/src/commands/endpoint_container.rs
index 1861cc7..962b62c 100644
--- a/src/commands/endpoint_container.rs
+++ b/src/commands/endpoint_container.rs
@@ -18,8 +18,9 @@ use tokio_stream::StreamExt;
use shiplift::Container;
use crate::config::Configuration;
+use crate::config::EndpointName;
-pub async fn container(endpoint_names: Vec<String>,
+pub async fn container(endpoint_names: Vec<EndpointName>,
matches: &ArgMatches,
config: &Configuration,
) -> Result<()> {