Skip to content

Commit e758d5c

Browse files
authored
Merge pull request #9511 from mhashizume/maint/main/assignment-fix
Fix typo in comparison operator
2 parents 75ae1f4 + 456eff0 commit e758d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acceptance/tests/resource/user/should_create_modify_with_password.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
# There is a known issue with SSSD and Red Hat 8, this is a temporary workaround until a permanent fix is
4545
# implemented in our images. See ITHELP-100250
4646
# https://access.redhat.com/solutions/7031304
47-
if agent['platform'] = 'el-8-ppc64le'
47+
if agent['platform'] == 'el-8-ppc64le'
4848
on(agent, 'systemctl stop sssd; rm -f /var/lib/sss/db/*; systemctl start sssd', acceptable_exit_codes: 0)
4949
end
5050

0 commit comments

Comments
 (0)