We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9cc9ff commit 780c71aCopy full SHA for 780c71a
1 file changed
bin/daily
@@ -23,7 +23,7 @@ $DTDIR/ietf/manage.py update_external_command_info
23
24
# Get IANA-registered yang models
25
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/
+rsync -avz --delete rsync.ietf.org::iana/yang-parameters/ ${YANG_IANA_DIR%/}/
27
28
# Populate the yang repositories
29
$DTDIR/ietf/manage.py populate_yang_model_dirs
0 commit comments