summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2017-07-20 12:00:00 +0200
committerPatrick Vacek <patrickvacek@gmail.com>2017-08-07 17:01:57 +0200
commitb376ae9e08c4695b95b02fbecfe55eb1bd05c603 (patch)
tree53f6c914cce6ee173f7615a80c9d6099e34a01ca
parent53307024e1845c4717be7eb8b8735e493ec4535d (diff)
downloadmeta-updater-b376ae9e08c4695b95b02fbecfe55eb1bd05c603.tar.gz
Minor documentation typo/grammar fix.
-rw-r--r--README.adoc2
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
118SOTA 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: 118SOTA 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....
121garage-push --repo=/path/to/ostree-repo --ref=mybranch --credentials=/path/to/credentials.json 121garage-push --repo=/path/to/ostree-repo --ref=mybranch --credentials=/path/to/credentials.json