Skip to content

Commit 6d7b456

Browse files
authored
Merge pull request #210 from spcl/aidenh6307-patch-1
Updated local instructions
2 parents e6ed418 + 87276f3 commit 6d7b456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ instance. The `.deployment.local` object in the configuration JSON must contain
8585
this automatically with a single command by using `jq`:
8686

8787
```
88-
jq --argfile file1 out_storage.json '.deployment.local.storage = $file1 ' config/example.json > config/local_deployment.json
88+
jq '.deployment.local.storage = input' config/example.json out_storage.json > config/local_deployment.json
8989
```
9090

9191
The output file will contain a JSON object that should look similar to this one:

0 commit comments

Comments
 (0)