Skip to content

Commit

Permalink
DEV-1245 follow up
Browse files Browse the repository at this point in the history
- Add `crms` directory to both the source and destination.
  • Loading branch information
moseshll committed Jul 22, 2024
1 parent a3673bd commit 7363566
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 7363566

Please sign in to comment.