aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1a1ff00..17f7165 100644
--- a/README.md
+++ b/README.md
@@ -122,4 +122,4 @@ TODO - these have not yet been implemented.
* Single unified build: the entirety of the output package is built in one container from one Dockerfile, with the output archive type (`.tar.gz` or `.zip`) chosen based on the target.
- This was chosen to keep the portable builds as simple as possible without requiring complex archivec combining (as was the case with our previous CI).
+ This was chosen to keep the portable builds as simple as possible without requiring complex archive combining (as was the case with our previous CI).
bgstack15