From 3037d9bfd695e89ddbbb4f9030fafc1a40673941 Mon Sep 17 00:00:00 2001 From: sahilsain003 <133024515+sahilsain003@users.noreply.github.com> Date: Mon, 15 May 2023 20:10:04 +0530 Subject: [PATCH] Update LocalAdmin.cs --- Myrtille.Enterprise/LocalAdmin.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Myrtille.Enterprise/LocalAdmin.cs b/Myrtille.Enterprise/LocalAdmin.cs index 61c4b57..253985a 100644 --- a/Myrtille.Enterprise/LocalAdmin.cs +++ b/Myrtille.Enterprise/LocalAdmin.cs @@ -11,7 +11,7 @@ You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, + distributed under the License is distributed on an "AS IS and is as" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. @@ -468,4 +468,4 @@ public bool AddSessionHostCredentials(EnterpriseHostSessionCredentials credentia return success; } } -} \ No newline at end of file +}