Skip to content

Commit a5cce42

Browse files
committed
fixes bug introduced by a linting fix
1 parent 6cecf8c commit a5cce42

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)