Skip to content

Commit 4c668c8

Browse files
committed
node: correct the default value for manfiest
1 parent c4aac4e commit 4c668c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/src/bin/dev.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pub struct DevOpt {
4444
long,
4545
value_name = "MANIFEST:[BUILD_DIR]",
4646
help = "The location of the subgraph manifest file. If no build directory is provided, the default is 'build'. The file can be an alias, in the format '[BUILD_DIR:]manifest' where 'manifest' is the path to the manifest file, and 'BUILD_DIR' is the path to the build directory relative to the manifest file.",
47-
default_value = "./build/subgraph.yaml",
47+
default_value = "./subgraph.yaml",
4848
value_delimiter = ','
4949
)]
5050
pub manifests: Vec<String>,

0 commit comments

Comments
 (0)