Skip to content

Commit 780c71a

Browse files
committed
Tweaked the rsync arguments for IANA YANG models.
- Legacy-Id: 15284
1 parent c9cc9ff commit 780c71a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/daily

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $DTDIR/ietf/manage.py update_external_command_info
2323

2424
# Get IANA-registered yang models
2525
YANG_IANA_DIR=$(python -c 'import ietf.settings; print ietf.settings.SUBMIT_YANG_IANA_MODEL_DIR')
26-
rsync -avz --delete rsync.ietf.org::iana/yang-parameters $YANG_IANA_DIR/
26+
rsync -avz --delete rsync.ietf.org::iana/yang-parameters/ ${YANG_IANA_DIR%/}/
2727

2828
# Populate the yang repositories
2929
$DTDIR/ietf/manage.py populate_yang_model_dirs

0 commit comments

Comments
 (0)