Skip to content

Commit

Permalink
Merge pull request voxpupuli#229 from madAndroid/jenkins_slave_defaul…
Browse files Browse the repository at this point in the history
…ts_bugfix

Jenkins slave defaults bugfix
  • Loading branch information
R. Tyler Croy committed Dec 30, 2014
2 parents 974e278 + d7ee025 commit 3880b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/jenkins-slave-defaults.erb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ if [ -n "$FSROOT" ]; then
FSROOT_ARG="-fsroot '$FSROOT'"
fi

if [-n "$AUTO_DISCOVERY_ADDRESS" ]; then
if [ -n "$AUTO_DISCOVERY_ADDRESS" ]; then
AUTO_DISCOVERY_ADDRESS_ARG="-autoDiscoveryAddress '$AUTO_DISCOVERY_ADDRESS'"
fi

Expand Down

0 comments on commit 3880b34

Please sign in to comment.