Skip to content

Commit

Permalink
syncing up to ce16ef9fa67aeb7b69698328dd8b7f3e687125fc
Browse files Browse the repository at this point in the history
Co-authored-by: Frank Greco Jr <[email protected]>
  • Loading branch information
superblocksadmin and frankgreco committed Aug 26, 2024
1 parent c96f48c commit e9959e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ function push() {

echo " [INFO] Moving the github directory to a safe place while we apply the patching."
__do cp -r .github "${tmp}/"
__do cp -r "${internal}"/.github "${tmp}"/
__do cp -r "${internal}"/.github .

echo " [INFO] Temporarily copying excluded files into the staged destination."
for path in "${exclude[@]}"; do
Expand All @@ -205,7 +205,7 @@ function push() {
done

echo " [INFO] Restoring the .github directory."
__do cp -r "${tmp}"/.github "${internal}"/
__do cp -r "${tmp}"/.github .

echo " [INFO] Adding the changes."
__do git add .
Expand Down

0 comments on commit e9959e4

Please sign in to comment.