Skip to content

Commit

Permalink
Merge pull request #5 from criteo-cookbooks/updates
Browse files Browse the repository at this point in the history
Update python validation regex
  • Loading branch information
achamo authored Oct 24, 2022
2 parents 5ff28bd + 0687249 commit 38b66d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

action :install do
converge_if_changed :version do
valid_name_regex = /^python3\d?$/
valid_name_regex = /^python3\.?\d?$/
if new_resource.source == 'portable_pypy3'
package 'bzip2'

Expand Down

0 comments on commit 38b66d9

Please sign in to comment.