Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nibalizer committed Jun 9, 2015
1 parent 125b7ec commit 1e9efe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/file.pp
Expand Up @@ -92,8 +92,8 @@
}
} else {
file { $target_file:
source => $source,
replace => false,
source => $source,
replace => false,
}
}
}
Expand Down

0 comments on commit 1e9efe3

Please sign in to comment.