Skip to content

Commit 5504f96

Browse files
committed
Fix typo in tree input
1 parent 23ed794 commit 5504f96

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

content/v3/git/trees.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ out and use that SHA for this entry. Use either this or `tree.sha`
6666

6767
### Input
6868

69-
<%= json
69+
<%= json \
7070
"base_tree" => "9fb037999f264ba9a7fc6274d15fa3ae2ab98312", \
7171
"tree"=> \
72-
[{"path"=>"file.rb", \
73-
"mode"=>"100644", \
74-
"type"=>"blob", \
75-
"sha"=>"44b4fc6d56897b048c772eb4087f854f46256132"}] %>
72+
[{"path"=>"file.rb", \
73+
"mode"=>"100644", \
74+
"type"=>"blob", \
75+
"sha"=>"44b4fc6d56897b048c772eb4087f854f46256132"}] %>
7676

7777
### Response
7878

0 commit comments

Comments
 (0)