From ad235ac789609b18b2f643096b16a90bf6991343 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 12 Oct 2018 17:16:27 -0700 Subject: [PATCH] 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 ;). --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc3d015c269..ec9e577f3dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ```