diff options
-rw-r--r-- | types/compat/bool.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/types/compat/bool.pp b/types/compat/bool.pp index dda5f4b..5d8e27e 100644 --- a/types/compat/bool.pp +++ b/types/compat/bool.pp @@ -1,2 +1,2 @@ - # Emulate the is_bool and validate_bool functions - type Stdlib::Compat::Bool = Boolean +# Emulate the is_bool and validate_bool functions +type Stdlib::Compat::Bool = Boolean |