Skip to content

Commit 5869981

Browse files
committed
node: Correct comments on redeploy_all_subgraphs
1 parent 85b9765 commit 5869981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/src/dev/watcher.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ fn is_relevant_event(event: &Event, watched_dirs: Vec<PathBuf>, exclusion_set: &
254254
false
255255
}
256256

257-
/// Redeploys all subgraphs in the order defined by the BTreeMap
257+
/// Redeploys all subgraphs in the order it appears in the manifests_paths
258258
async fn redeploy_all_subgraphs(
259259
logger: &Logger,
260260
manifests_paths: &Vec<PathBuf>,

0 commit comments

Comments
 (0)