(#13289) Clean up style violations and fix corresponding tests
[puppet-modules/puppetlabs-apt.git] / manifests / builddep.pp
index 8aebc679aea3329223b293d41fe3654dff91c5ff..8891bd903b6095e7bae872904bd3bfb9fe473f82 100644 (file)
@@ -5,7 +5,7 @@ define apt::builddep() {
   Class['apt'] -> Apt::Builddep[$name]
 
   exec { "apt-update-${name}":
-    command     => "/usr/bin/apt-get update",
+    command     => '/usr/bin/apt-get update',
     refreshonly => true,
   }