summaryrefslogtreecommitdiff
path: root/omnibus/README.md
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-04-30 15:45:01 -0700
committerTim Smith <tsmith84@gmail.com>2020-04-30 15:45:01 -0700
commitdaacd3b8ba731755c5cb3fdb683194fce6a01f62 (patch)
tree407820065357614229ef6b3de5c22e4d299fe16e /omnibus/README.md
parent015b9fe8e4b0927fc9cb629c9cdaf434bbf1fac9 (diff)
downloadchef-daacd3b8ba731755c5cb3fdb683194fce6a01f62.tar.gz
OS X -> macOS
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'omnibus/README.md')
-rw-r--r--omnibus/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/README.md b/omnibus/README.md
index 66bdb55448..6e49f091a5 100644
--- a/omnibus/README.md
+++ b/omnibus/README.md
@@ -24,7 +24,7 @@ You create a platform-specific package using the `build project` command:
$ bundle exec omnibus build <PROJECT>
```
-The platform/architecture type of the package created will match the platform where the `build project` command is invoked. For example, running this command on a MacBook Pro will generate a Mac OS X package. After the build completes packages will be available in the `pkg/` folder.
+The platform/architecture type of the package created will match the platform where the `build project` command is invoked. For example, running this command on a MacBook Pro will generate a macOS package. After the build completes packages will be available in the `pkg/` folder.
### Clean