diff --git a/lib/u3d_core/credentials.rb b/lib/u3d_core/credentials.rb index 86b40bfe..d6890532 100644 --- a/lib/u3d_core/credentials.rb +++ b/lib/u3d_core/credentials.rb @@ -105,8 +105,8 @@ def forget_credentials(force: false) UI.message 'Deleting credentials from the keychain' Security::InternetPassword.delete(server: MAC_U3D_SERVER) end - else - UI.verbose 'Keychain may store invalid credentials for u3d' if Helper.mac? + elsif Helper.mac? + UI.verbose 'Keychain may store invalid credentials for u3d' end end end