[tor-commits] [gettor/master] Fix script

hiro at torproject.org hiro at torproject.org
Fri Sep 27 19:19:38 UTC 2019


commit 051336ea4eb9477e75fa8ba9e8c29d56db25cccf
Author: hiro <hiro at torproject.org>
Date:   Fri Sep 27 21:19:37 2019 +0200

    Fix script
---
 scripts/update_files | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/update_files b/scripts/update_files
index bed198a..d14fdff 100755
--- a/scripts/update_files
+++ b/scripts/update_files
@@ -22,7 +22,7 @@ git add .
 git commit -am 'Create release branch'
 git checkout -b torbrowser-releases
 git push -f --follow-tags github torbrowser-releases
-git checkout git checkout -b releases
+git checkout -b releases
 git push -f --follow-tags origin releases
 
 for row in $(



More information about the tor-commits mailing list