Skip to content

Commit 4920dba

Browse files
author
Ashley Penney
committed
Merge pull request #166 from mhaskel/fix_typo
Fix typo
2 parents c5cb725 + 5cbb5e8 commit 4920dba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/params.pp

+2-2
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@
166166
if $keys_file == undef {
167167
$keys_file = $default_keys_file
168168
}
169-
if $drfitfile == undef {
170-
$driftfile = $default_driftfile
169+
if $driftfile == undef {
170+
$driftfile = $default_driftfile
171171
}
172172
if $package_name == undef {
173173
$package_name = $default_package_name

0 commit comments

Comments
 (0)