Skip to content

Commit

Permalink
fixup: only copy files not the entire dir
Browse files Browse the repository at this point in the history
Signed-off-by: Lance Ball <[email protected]>
  • Loading branch information
lance committed Sep 5, 2023
1 parent 069e895 commit 9aa842c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redhat/release/update-to-head.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ fi

# Move overlays to root
if [[ -d redhat/overlays ]]; then
git mv redhat/overlays .
git mv redhat/overlays/* .
fi

git add . # Adds applied patches
Expand Down

0 comments on commit 9aa842c

Please sign in to comment.