1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 15:47:14 +01:00

CHANGELOG: Remove redundant 'emacs'

I'd partially replaced this with the generic $EDITOR in ec34840
(CHANGELOG: Document changes since v0.1.0, #461), but forgotten to
remove my personal choice ;).
This commit is contained in:
W. Trevor King
2018-10-12 17:16:27 -07:00
parent 6e32febb71
commit ad235ac789

View File

@@ -13,7 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
```console
$ openshift-install --dir=example manifests
$ $EDITOR emacs example/manifests/cluster-config.yaml
$ $EDITOR example/manifests/cluster-config.yaml
$ openshift-install --dir=example install-config
```