From 3dfb67130f3de89cabeb28b7aca0945866484d3a Mon Sep 17 00:00:00 2001 From: C J Silverio Date: Wed, 24 May 2023 12:43:24 -0700 Subject: [PATCH] It's not YOLO if it's a single word comment change. --- agent/src/api/v1/storage.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,