Skip to content

Commit

Permalink
examples/simple/hooks/instsoft.DEBIAN: fix syntax error
Browse files Browse the repository at this point in the history
Syntax error was introduced in e3da300
and caught by Jenkins build #332
(see https://jenkins.grml.org/job/fai-binaries/architecture=amd64/332/).
  • Loading branch information
Michael Prokop authored and Thomas Lange committed Sep 28, 2016
1 parent 6afdf7a commit 875fe73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/simple/hooks/instsoft.DEBIAN
Expand Up @@ -24,5 +24,4 @@ if [ $? -eq 0 ]; then
else
$ROOTCMD apt-get -y install locales > /dev/null
fi
else
fi

0 comments on commit 875fe73

Please sign in to comment.