summaryrefslogtreecommitdiff
path: root/script/release/make-branch
diff options
context:
space:
mode:
authorDaniel Nephin <dnephin@docker.com>2016-01-15 16:31:30 -0500
committerDaniel Nephin <dnephin@docker.com>2016-02-24 16:24:13 -0800
commitec6bb1660dde7e6700e894edb2235bdcf08a3a35 (patch)
treed7686c3679e095c97f19c74c873a67ec6d192ac2 /script/release/make-branch
parenta87d482a3bad04e211103c484b54580e243a9b4c (diff)
Move run scripts to script/run
Signed-off-by: Daniel Nephin <dnephin@docker.com>
Diffstat (limited to 'script/release/make-branch')
-rwxr-xr-xscript/release/make-branch4
1 files changed, 2 insertions, 2 deletions
diff --git a/script/release/make-branch b/script/release/make-branch
index 46ba6bbc..86b4c9f6 100755
--- a/script/release/make-branch
+++ b/script/release/make-branch
@@ -65,10 +65,10 @@ git config "branch.${BRANCH}.release" $VERSION
editor=${EDITOR:-vim}
-echo "Update versions in docs/install.md, compose/__init__.py, script/run.sh"
+echo "Update versions in docs/install.md, compose/__init__.py, script/run/run.sh"
$editor docs/install.md
$editor compose/__init__.py
-$editor script/run.sh
+$editor script/run/run.sh
echo "Write release notes in CHANGELOG.md"