Skip to content

Commit

Permalink
[docs] Replace 'git-tree' in fs registry docs with 'path' (microsoft#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0219-msft authored May 26, 2021
1 parent 8c242b4 commit 6fc4e60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/maintainers/registries.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ version:
{
"version": "2.6.2",
"port-version": 0,
"git-tree": "$/ports/kitten/2.6.2_0"
"path": "$/ports/kitten/2.6.2_0"
}
]
}
Expand All @@ -305,12 +305,12 @@ your `versions/k-/kitten.json`:
{
"version": "2.6.3",
"port-version": 0,
"git-tree": "$/ports/kitten/2.6.3_0"
"path": "$/ports/kitten/2.6.3_0"
},
{
"version": "2.6.2",
"port-version": 0,
"git-tree": "$/ports/kitten/2.6.2_0"
"path": "$/ports/kitten/2.6.2_0"
}
]
}
Expand Down Expand Up @@ -354,4 +354,4 @@ as well (remember not to modify existing baselines):
}
```

and you're done!
and you're done!

0 comments on commit 6fc4e60

Please sign in to comment.