diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-02-24 18:32:15 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-02-24 18:32:15 +0100 |
commit | 7b938e35ec3c9ad7cee0afacaf001b482844abb7 (patch) | |
tree | 48c584af52cc8914931c752f50ae60d4a1947ede /bin | |
parent | 8cfcacc84e11013ace34d261919e3cec388975a3 (diff) | |
download | jenkins.debian.net-7b938e35ec3c9ad7cee0afacaf001b482844abb7.tar.xz |
fix typo
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_maintainance.sh | 2 |
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 |