aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Elan Ruusamäe <glen@delfi.ee> 2015-04-12 11:16:30 +0300
committerGravatar Holger Weiss <holger@zedat.fu-berlin.de> 2015-04-13 09:40:28 +0200
commit08fdd5789c300b8e3b0251839b57a09a5c8f440e (patch)
tree43fc4c38ba9f47c0b81e5c23f1bbcdb68be6c2c4 /doc
parentf0c9beef6cf36b477fad6797c466b859be084b29 (diff)
downloadmonitoring-plugins-08fdd5789c300b8e3b0251839b57a09a5c8f440e.tar.gz
Update RELEASING
fix some typos.
Diffstat (limited to 'doc')
-rw-r--r--doc/RELEASING6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/RELEASING b/doc/RELEASING
index eee53d7b..30c81ccf 100644
--- a/doc/RELEASING
+++ b/doc/RELEASING
@@ -19,15 +19,15 @@ git push origin master
git push origin v2.1.1
*** Checkout new version
-rm -fr /tmp/monitoringlug
+rm -fr /tmp/monitoringplug
# If you need to checkout the tag, don't forget to "checkout master" later to
# get back to your development branch:
git checkout tags/v2.1.1
# Beware: the trailing slash of --prefix is REQUIRED
-git checkout-index --prefix=/tmp/monitoringlug/ -a
+git checkout-index --prefix=/tmp/monitoringplug/ -a
*** Build the tarball
-cd /tmp/monitoringlug
+cd /tmp/monitoringplug
tools/setup
./configure
make dist