Commit 52f8ebd
committed
fix(cli): correct subgraph hash key and output formatting
- Updated the SUBGRAPH_HASH_KEY constant to "SUBGRAPH" for consistency.
- Adjusted the output formatting in bootstrap command to ensure proper JSON structure for the subgraph hash configuration.
- Enhanced the clarity of the generated output for better usability.1 parent 03e037a commit 52f8ebd
File tree
2 files changed
+2
-2
lines changed- src/cli/commands/bootstrap
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
| 237 | + | |
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments