You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fail_with(Failure::Unknown,"System language not supported, you can specify the targets system translations in the options A_TRANSLATION (Allow) and ACF_TRANSLATION (Allow access for)")
114
-
end
112
+
iflangNotSupported == true
113
+
fail_with(Failure::Unknown,"System language not supported, you can specify the targets system translations in the options A_TRANSLATION (Allow) and ACF_TRANSLATION (Allow access for)")
114
+
end
115
115
end
116
116
117
117
# Outlook installed
@@ -128,9 +128,9 @@ def run
128
128
129
129
# Powershell installed check
130
130
ifhave_powershell?
131
-
print_good("Powershell is installed.")
131
+
print_good("Powershell is installed.")
132
132
else
133
-
fail_with(Failure::Unknown,"Powershell is not installed")
133
+
fail_with(Failure::Unknown,"Powershell is not installed")
0 commit comments