소스 검색

Fix syntax error

David Schmitt 7 년 전
부모
커밋
85af3d8aa3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      spec/defines/source_compat_spec.rb

+ 1 - 1
spec/defines/source_compat_spec.rb

@@ -34,7 +34,7 @@ describe 'apt::source', :type => :define do
       {
         :lsbdistid       => 'Debian',
         :lsbdistcodename => 'wheezy',
-        :osfamily        => 'Debian'
+        :osfamily        => 'Debian',
         :puppetversion   => Puppet.version,
       }
     end