[DRE-commits] [librarian-puppet] 105/153: Fix for #293

Stig Sandbeck Mathisen ssm at debian.org
Wed Jun 1 20:30:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

ssm pushed a commit to branch master
in repository librarian-puppet.

commit 579133b22841d1156c0792710680cc899fb3f582
Author: Mathieu Boniface <mathieu.boniface at ext.leroymerlin.fr>
Date:   Thu Apr 23 10:09:01 2015 +0200

    Fix for #293
---
 lib/librarian/puppet/source/forge/repo.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/librarian/puppet/source/forge/repo.rb b/lib/librarian/puppet/source/forge/repo.rb
index 00ba102..cd4ea9e 100644
--- a/lib/librarian/puppet/source/forge/repo.rb
+++ b/lib/librarian/puppet/source/forge/repo.rb
@@ -135,7 +135,7 @@ module Librarian
             min_version    = Gem::Version.create('2.7.13')
 
             if Librarian::Puppet.puppet_gem_version < min_version
-              raise Error, "To get modules from the forge, we use the puppet faces module command. For this you need at least puppet version 2.7.13 and you have #{puppet_version}"
+              raise Error, "To get modules from the forge, we use the puppet faces module command. For this you need at least puppet version 2.7.13 and you have #{Librarian::Puppet.puppet_version}"
             end
           end
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/librarian-puppet.git



More information about the Pkg-ruby-extras-commits mailing list