diff --git a/agent/src/api/v1/storage.rs b/agent/src/api/v1/storage.rs index 082971d..9babdbd 100644 --- a/agent/src/api/v1/storage.rs +++ b/agent/src/api/v1/storage.rs @@ -203,7 +203,7 @@ async fn get_executable( } } -/// Fetch task manifest by name. The manifest is returned as json. +/// Fetch task manifest by name. The manifest is returned as toml. async fn get_manifest( Path(name): Path, State(_state): State,