aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Buchholz <tomalok@gmail.com>2019-06-03 23:32:19 -0700
committerMike Crute <mike@crute.us>2019-07-05 12:51:09 -0700
commitbc4e1ec30f9ac38685c6861d6ebd6ee80a307305 (patch)
tree7eff723d30bfc79507d0cc6ea5dcc519f14e2644
parented0559ef726dfc9754d6d2718d28db97b81357f2 (diff)
downloadalpine-ec2-ami-bc4e1ec30f9ac38685c6861d6ebd6ee80a307305.tar.bz2
alpine-ec2-ami-bc4e1ec30f9ac38685c6861d6ebd6ee80a307305.tar.xz
alpine-ec2-ami-bc4e1ec30f9ac38685c6861d6ebd6ee80a307305.zip
README: missing )
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cd69742..e767162 100644
--- a/README.md
+++ b/README.md
@@ -96,7 +96,7 @@ pruning:
96* `release` - keep only the latest release for each version 96* `release` - keep only the latest release for each version
97* `version` - remove any end-of-life versions 97* `version` - remove any end-of-life versions
98 98
99To prune a profile (or optionally one build target of a profile... 99To prune a profile (or optionally one build target of a profile)...
100``` 100```
101make prune LEVEL=<level> PROFILE=<profile> [BUILD=<build>] 101make prune LEVEL=<level> PROFILE=<profile> [BUILD=<build>]
102``` 102```