Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
slide committed Jun 19, 2020
1 parent 9f10ee2 commit 778e387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ main() {
echo "Registering preinstalled plugins..."
installedPlugins="$(installedPlugins)"

# Check if there's a version-specific update center, which is the case for LTS versions
# Get the update center URL based on the jenkins version
jenkinsVersion="$(jenkinsMajorMinorVersion)"
jenkinsUcJson=$(curl -Ls -o /dev/null -w "%{url_effective}" "${JENKINS_UC}/update-center.json?version=${jenkinsVersion}")
if [ -n "${jenkinsUcJson}" ]; then
Expand Down

0 comments on commit 778e387

Please sign in to comment.