We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc8180 commit bfaef51Copy full SHA for bfaef51
spec/acceptance/db_spec.rb
@@ -30,7 +30,7 @@ class { 'postgresql::server': }
30
end
31
32
result = shell('psql --version')
33
- version = result.stdout.match(%r{\s(8\.\d)})[1]
+ version = result.stdout.match(%r{\s(\d\.\d)})[1]
34
if version > "8.1"
35
comment_information_function = "shobj_description"
36
else
0 commit comments