diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2017-07-20 12:00:00 +0200 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2017-08-07 17:01:57 +0200 |
commit | b376ae9e08c4695b95b02fbecfe55eb1bd05c603 (patch) | |
tree | 53f6c914cce6ee173f7615a80c9d6099e34a01ca /README.adoc | |
parent | 53307024e1845c4717be7eb8b8735e493ec4535d (diff) | |
download | meta-updater-b376ae9e08c4695b95b02fbecfe55eb1bd05c603.tar.gz |
Minor documentation typo/grammar fix.
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index d625780..9615f65 100644 --- a/README.adoc +++ b/README.adoc | |||
@@ -115,7 +115,7 @@ ostree admin deploy --os=agl agl-snapshot:agl-ota | |||
115 | 115 | ||
116 | === SOTA tools | 116 | === SOTA tools |
117 | 117 | ||
118 | SOTA tools now contains only one tool, garage-push that lets you push the changes in OSTree repository generated by bitbake process. It communicates with an http server capable of querying files with HEAD requests and uploading them with POST requests. In particular, this can be used with http://www.atsgarage.com/[ATS Garage]. garage-push is used as follws: | 118 | SOTA tools currently contains only one tool, garage-push, which lets you push the changes in OSTree repository generated by bitbake process. It communicates with an http server capable of querying files with HEAD requests and uploading them with POST requests. In particular, this can be used with http://www.atsgarage.com/[ATS Garage]. garage-push is used as follows: |
119 | 119 | ||
120 | .... | 120 | .... |
121 | garage-push --repo=/path/to/ostree-repo --ref=mybranch --credentials=/path/to/credentials.json | 121 | garage-push --repo=/path/to/ostree-repo --ref=mybranch --credentials=/path/to/credentials.json |