Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-48711] - Fix defect in the init script
  • Loading branch information
oleg-nenashev committed Dec 27, 2017
1 parent 2ba1eb0 commit 8f04a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/docker/run-pct.sh
Expand Up @@ -26,7 +26,7 @@ else
CHECKOUT_SRC="https://github.com/jenkinsci/${ARTIFACT_ID}-plugin.git"
fi

if [ -n "${VERSION}"] ; then
if [ -z "${VERSION}" ] ; then
VERSION="master"
fi

Expand Down

0 comments on commit 8f04a91

Please sign in to comment.