Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
Signed-off-by: wdower <[email protected]>
  • Loading branch information
wdower committed Feb 29, 2024
1 parent 771012a commit 4c6ac6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controls/SV-238308.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
time_zone = command('timedatectl status | grep -i "time zone"').stdout.strip

describe time_zone do
it { should match 'UTC' }
it { should match /UTC|GMT/ }
end
end

0 comments on commit 4c6ac6e

Please sign in to comment.