From 830f3d203bb3d212edec24a8fece573046b93604 Mon Sep 17 00:00:00 2001 From: Mike Hunhoff Date: Fri, 31 May 2024 10:08:21 -0600 Subject: [PATCH] fix lints --- .../file-system/change-file-permission-on-linux.yml | 4 ++-- nursery/check-file-permission-on-linux.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/host-interaction/file-system/change-file-permission-on-linux.yml b/host-interaction/file-system/change-file-permission-on-linux.yml index 3b8fbede..8572aa9f 100644 --- a/host-interaction/file-system/change-file-permission-on-linux.yml +++ b/host-interaction/file-system/change-file-permission-on-linux.yml @@ -15,8 +15,8 @@ rule: features: - and: - or: - - os: android - - os: linux + - os: android + - os: linux - or: - api: chown - api: fchown diff --git a/nursery/check-file-permission-on-linux.yml b/nursery/check-file-permission-on-linux.yml index b585a2bf..181fb167 100644 --- a/nursery/check-file-permission-on-linux.yml +++ b/nursery/check-file-permission-on-linux.yml @@ -10,8 +10,8 @@ rule: features: - and: - or: - - os: linux - os: android + - os: linux - or: - api: access - api: faccessat