Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Regex-Pattern for type Etherpad::Ensure #107

Open
hihiuztrewq opened this issue May 6, 2022 · 0 comments
Open

Regex-Pattern for type Etherpad::Ensure #107

hihiuztrewq opened this issue May 6, 2022 · 0 comments

Comments

@hihiuztrewq
Copy link

Hello,

I stumbled apon a bug in this module:
Setting a fixed version vor etherpad fails, because the regex doesn't allow the current version.
'1.8.8' is a valid version string, but the current version '1.8.18' is not valid for the regex.

This could be fixed by adding + after the last \d: \A\d\.\d\.\d+\Z in types/ensure.pp

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant