From 290f200340f13b845d4159898153aef3994e7372 Mon Sep 17 00:00:00 2001 From: George Taylor Date: Tue, 7 Jan 2025 11:03:50 +0000 Subject: [PATCH] Update migrate-s3.yaml --- .github/workflows/migrate-s3.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/migrate-s3.yaml b/.github/workflows/migrate-s3.yaml index c5777ce..8a9f96b 100644 --- a/.github/workflows/migrate-s3.yaml +++ b/.github/workflows/migrate-s3.yaml @@ -73,7 +73,7 @@ jobs: cleaned_prefixes=$(echo $cleaned_prefixes | sed 's/contentstore.deleted,//')\ # remove `contentstore.deleted` from cleaned_prefixes if at the end of the list cleaned_prefixes=$(echo $cleaned_prefixes | sed 's/contentstore.deleted//') - ## None occurs when a file is at the root of the bucket or level 1 directory + # None occurs when a file is at the root of the bucket or level 1 directory # remove None from cleaned_prefixes if at the end of the list cleaned_prefixes=$(echo $cleaned_prefixes | sed 's/None//') # remove None from cleaned_prefixes with comma if in list