X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fpuppet-lint.sh;h=013339381496be4c6b965c3e300f0e7bbf286ebb;hb=e1a8dc64cfe10360ebdcadd28806adf800760ce7;hp=0ceb5b0e2aecb7a8f2e7b5c0ab139f2686d359b6;hpb=c90444b34acce55c33b17d91c0e47612345b2249;p=releng%2Fglobal-jjb.git diff --git a/shell/puppet-lint.sh b/shell/puppet-lint.sh index 0ceb5b0e..01333938 100644 --- a/shell/puppet-lint.sh +++ b/shell/puppet-lint.sh @@ -18,6 +18,6 @@ ARCHIVE_PUPPETLINT_DIR="$WORKSPACE/archives/puppet-lint" mkdir -p "$ARCHIVE_PUPPETLINT_DIR" cd "$WORKSPACE/$PUPPET_DIR" -gem install puppet-lint -v $PUPPET_LINT_VERSION +gem install puppet-lint -v "$PUPPET_LINT_VERSION" echo "---> Running puppet-lint" "$BINDIR/puppet-lint" . | tee -a "$ARCHIVE_PUPPETLINT_DIR/puppet-lint.log"