[Qa-jenkins-scm] [jenkins.debian.net] 01/03: fix typo

Holger Levsen holger at moszumanska.debian.org
Thu Jul 30 10:52:10 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 12e6a8438631396ec215cea258d8449d5f2b22fc
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Jul 30 12:44:44 2015 +0200

    fix typo
---
 update_jdn.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/update_jdn.sh b/update_jdn.sh
index 0cbe1a4..ebf8e8c 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -18,7 +18,7 @@ explain() {
 #
 # set up users and groups
 #
-if ! getent group jenkins-adm > /dev/nnull ; then
+if ! getent group jenkins-adm > /dev/null ; then
 	sudo addgroup --system jenkins-adm
 fi
 if ! getent passwd jenkins-adm > /dev/null  ; then

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list