Merge pull request #748 from bernhardschmidt/patch-1
authorHunter Haugen <hunter@puppet.com>
Mon, 26 Mar 2018 23:00:40 +0000 (16:00 -0700)
committerHunter Haugen <hunter@puppet.com>
Mon, 26 Mar 2018 23:00:40 +0000 (16:00 -0700)
Replace UTF-8 whitespace in comment

manifests/source.pp

index 54295b5d1eba11952f855695dc9f8cd4e8e01423..670b83035864108a7d28932678dc27287c394dab 100644 (file)
@@ -29,7 +29,7 @@ define apt::source(
     $_release = $release
   }
 
-  # Some releases do not support https transport with default installation
+  # Some releases do not support https transport with default installation
   $_transport_https_releases = [ 'wheezy', 'jessie', 'stretch', 'trusty', 'xenial' ]
 
   if $ensure == 'present' {