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 37f7e17 commit e8571f2Copy full SHA for e8571f2
modules/post/multi/gather/azure_cli_creds.rb
@@ -75,7 +75,7 @@ def user_dirs
75
grab_user_profiles.each do |profile|
76
user_dirs.push(profile['ProfileDir'])
77
end
78
- elsif session.platform == 'linux' || session.platform === 'osx'
+ elsif session.platform == 'linux' || session.platform == 'osx'
79
user_dirs = enum_user_directories
80
else
81
fail_with(Failure::BadConfig, "Unsupported platform")
0 commit comments