Commit 2c47e20c authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

another typo

parent cfc923c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ class dev_env::generic {
    'debian', 'ubuntu': {
      case $::lsbdistcodename {
        'squeeze': { package {'git':      ensure => present } }
        default:   { pacakge {'git-core': ensure => installed }}
        default:   { package {'git-core': ensure => installed }}
      }
      package {
        'build-essential'  : ensure => installed;