From 2e543f5558d8dd6e29ea5028621caf6289fb091f Mon Sep 17 00:00:00 2001 From: Gregory Meno Date: Mon, 15 May 2017 11:14:34 -0700 Subject: [PATCH] really fix the expected url to be canonicalized Signed-off-by: Gregory Meno --- ceph-docker-lint/build/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-docker-lint/build/build b/ceph-docker-lint/build/build index e313ca4c..4058a551 100755 --- a/ceph-docker-lint/build/build +++ b/ceph-docker-lint/build/build @@ -34,7 +34,7 @@ function check(){ function main() { # install some of our dependencies -if [ "${HUDSON_URL}" = "https://jenkins.ceph.com" ] +if [ "${HUDSON_URL}" = "https://jenkins.ceph.com/" ] then sudo yum -y install epel-release sudo yum -y install ShellCheck -- 2.39.5