Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
ShineyDev committed Feb 17, 2024
1 parent 3824bf0 commit bfffcf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mirror_utility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |-
rm -fr local/${{ env.LOCAL_MIRROR_PATH }}
mkdir -p local/${{ env.LOCAL_MIRROR_PATH }}
cp -a remote/${{ env.REMOTE_MIRROR_PATH }} local/${{ env.LOCAL_MIRROR_PATH }}
cp -a remote/${{ env.REMOTE_MIRROR_PATH }}/ local/${{ env.LOCAL_MIRROR_PATH }}/
export IFS=";"
for file in "${{ env.EXCLUDES }}"; do
rm local/${{ env.LOCAL_MIRROR_PATH }}/$file
Expand Down

0 comments on commit bfffcf3

Please sign in to comment.