diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-08-08 15:45:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-08 15:45:49 -0400 |
commit | 9090df2d6c526d570d33d2315d90d80cc105750b (patch) | |
tree | 140f486b1440d257b1897f887acbebbabd0a3f33 | |
parent | 9ff1c623e99de8f65ebd8b1915f16dbe76477edb (diff) | |
parent | d7723488dc9c78b381f52038775e03581c099fde (diff) | |
download | openshift-9090df2d6c526d570d33d2315d90d80cc105750b.tar.gz openshift-9090df2d6c526d570d33d2315d90d80cc105750b.tar.bz2 openshift-9090df2d6c526d570d33d2315d90d80cc105750b.tar.xz openshift-9090df2d6c526d570d33d2315d90d80cc105750b.zip |
Merge pull request #2267 from Jmainguy/build_md_lies
BUILD.md lies
-rw-r--r-- | BUILD.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,9 +5,9 @@ For more information on tito, please see the [Tito home page](https://github.com ## Build openshift-ansible-bin -- Change into openshift-ansible/bin +- Change into openshift-ansible ``` -cd openshift-ansible/bin +cd openshift-ansible ``` - Build a test package (no tagging needed) ``` |