summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_maintainance.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-02-24 18:32:15 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-24 18:32:15 +0100
commit7b938e35ec3c9ad7cee0afacaf001b482844abb7 (patch)
tree48c584af52cc8914931c752f50ae60d4a1947ede /bin/reproducible_maintainance.sh
parent8cfcacc84e11013ace34d261919e3cec388975a3 (diff)
downloadjenkins.debian.net-7b938e35ec3c9ad7cee0afacaf001b482844abb7.tar.xz
fix typo
Diffstat (limited to 'bin/reproducible_maintainance.sh')
-rwxr-xr-xbin/reproducible_maintainance.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_maintainance.sh b/bin/reproducible_maintainance.sh
index dd035c9c..463fc3ed 100755
--- a/bin/reproducible_maintainance.sh
+++ b/bin/reproducible_maintainance.sh
@@ -115,7 +115,7 @@ if [ -s $RESULT ] ; then
cat $RESULT
echo
ZOMBIES=$(echo $RESULT | cut -d " " -f1 | xargs echo)
- echo "kill -9 $ZOMBIS"
+ echo "kill -9 $ZOMBIES"
echo "Please cleanup manually."
echo
DIRTY=true