From 6c2ffcb886c32acf2c498d0a25cf7ef25b9b6afe Mon Sep 17 00:00:00 2001 From: shiyasmohd Date: Sun, 29 Dec 2024 11:01:21 +0530 Subject: [PATCH] node: fix description not displaying for graphman deploy --- node/src/bin/manager.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/src/bin/manager.rs b/node/src/bin/manager.rs index afc09403357..54752a3d25f 100644 --- a/node/src/bin/manager.rs +++ b/node/src/bin/manager.rs @@ -351,7 +351,7 @@ pub enum Command { force: bool, }, - // Deploy a subgraph + /// Deploy a subgraph Deploy { name: DeploymentSearch, deployment: DeploymentSearch,