Skip to content

Commit b402ef6

Browse files
committed
Fix a typo on using double-quoted strings
Signed-off-by: Mahdi Fooladgar <[email protected]>
1 parent bfd74b9 commit b402ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controls/postgres_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
impact 1.0
3939
title 'Postgresql should be running'
4040
desc 'Postgresql should be running.'
41-
if os[:name] == "ubuntu"
41+
if os[:name] == 'ubuntu'
4242
describe command('/etc/init.d/postgresql status') do
4343
its('stdout') { should include 'active' }
4444
end

0 commit comments

Comments
 (0)