diff --git a/bin/daily b/bin/daily index 3e14c899a..25e45388d 100755 --- a/bin/daily +++ b/bin/daily @@ -23,7 +23,7 @@ $DTDIR/ietf/manage.py update_external_command_info # Get IANA-registered yang models YANG_IANA_DIR=$(python -c 'import ietf.settings; print ietf.settings.SUBMIT_YANG_IANA_MODEL_DIR') -rsync -avz --delete rsync.ietf.org::iana/yang-parameters $YANG_IANA_DIR/ +rsync -avz --delete rsync.ietf.org::iana/yang-parameters/ ${YANG_IANA_DIR%/}/ # Populate the yang repositories $DTDIR/ietf/manage.py populate_yang_model_dirs