Skip to content

Commit

Permalink
Update migrate-s3.yaml (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor authored Dec 12, 2024
1 parent 650f62d commit 95926b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/migrate-s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
cleaned_prefixes=$(echo $prefixes | tr -s '[:space:]' ',' | sed 's/[,/]*$//')
# remove `contentstore.deleted/` from cleaned_prefixes with comma if in list
cleaned_prefixes=$(echo $cleaned_prefixes | sed 's/contentstore.deleted,//')\
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//')
Expand Down

0 comments on commit 95926b7

Please sign in to comment.