Skip to content

Commit 5997e65

Browse files
author
Morgan Haskel
committed
Merge pull request #326 from bmjen/refix-lint
fixes bug introduced by a linting fix
2 parents 6cecf8c + a5cce42 commit 5997e65

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

manifests/init.pp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,10 +243,12 @@
243243
backup => $backup,
244244
}
245245

246+
# lint:ignore:quoted_booleans
246247
$absent_exec_command = $::kernel ? {
247248
'windows' => 'cmd.exe /c exit 0',
248-
default => true,
249+
default => 'true',
249250
}
251+
# lint:endignore
250252

251253
$absent_exec_path = $::kernel ? {
252254
'windows' => $::path,

0 commit comments

Comments
 (0)