morgan pushed to branch maint-13.5a10 at The Tor Project / Applications / tor-browser-build

Commits:

1 changed file:

Changes:

  • tools/signing/upload-update_responses-to-staticiforme
    ... ... @@ -23,7 +23,7 @@ git checkout main
    23 23
     git pull --ff-only
    
    24 24
     test -n "$(git status --porcelain=v1 | grep -v '^?')" \
    
    25 25
       && exit_error 'update_responses_repository_dir has modified files'
    
    26
    -is_project torbrowser && cd update_3
    
    26
    +is_project torbrowser && mkdir -p update_pre13.5a10 && cd update_pre13.5a10
    
    27 27
     is_project mullvadbrowser && cd update_1
    
    28 28
     
    
    29 29
     old_ur=$(mktemp -d)