Skip to content

Commit

Permalink
removed the shell example from external_inheritor for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mkatychev committed Jan 29, 2021
1 parent f2e5a36 commit f8da5f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions advanced.cog.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ var3 = {path = [[], "base.json_string"], type ="json"}

# external_inheritor resolves to the EXACT same values as the inheritor context above
# the base object is simply in an external file
# use the shell command below to view the JSON key without escape backslashes:
# echo $(jq -r .base.json ./test_files/external_base.json)
[external_inheritor]
path = ["test_files/external_inheritor.json", "base"]
# since base.json is not a flat string to string map
Expand Down

0 comments on commit f8da5f2

Please sign in to comment.