lib/repo-finder-mount: Update comment about paths

This updates the gtk-doc comment for OstreeRepoFinderMount to match the
correct flatpak repo path, which was fixed in commit 6db6268df.

Closes: #1473
Approved by: cgwalters
This commit is contained in:
Matthew Leeds 2018-02-28 15:58:41 -08:00 committed by Atomic Bot
parent 2381ca0aa4
commit d0e4a4f03b

View File

@ -52,7 +52,7 @@
* enumerated, and all OSTree repositories below it will be searched, in lexical
* order, for the requested #OstreeCollectionRefs. The names of the directories
* below `.ostree/repos.d` are irrelevant, apart from their lexical ordering.
* The directories `.ostree/repo`, `ostree/repo` and `var/lib/flatpak`
* The directories `.ostree/repo`, `ostree/repo` and `var/lib/flatpak/repo`
* will be searched after the others, if they exist.
* Non-removable volumes are ignored.
*