Skip to content

Commit

Permalink
Merge pull request #190 from hathitrust/DEV-1245_rsync_part_deux
Browse files Browse the repository at this point in the history
DEV-1245 follow up
  • Loading branch information
moseshll authored Jul 22, 2024
2 parents 23921a9 + 7363566 commit bcb1d4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/rsync.app
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
DEST_PREFIX=$1
shift

DEPLOY_DEST=${DEST_PREFIX}babel
DEPLOY_SRC=/htapps/test.babel
DEPLOY_DEST=${DEST_PREFIX}babel/crms
DEPLOY_SRC=/htapps/test.babel/crms

INCLUDE=$(cat <<EOT
$DEPLOY_SRC/bib_rights
Expand Down

0 comments on commit bcb1d4c

Please sign in to comment.