]> Untitled Git - lemmy.git/commitdiff
Updating deploy to use weblate/main
authorDessalines <tyhou13@gmx.com>
Fri, 17 Jul 2020 01:16:32 +0000 (21:16 -0400)
committerDessalines <tyhou13@gmx.com>
Fri, 17 Jul 2020 01:16:32 +0000 (21:16 -0400)
docker/prod/deploy.sh

index 7baef94f550a5bc8a0064d783e10ab7e99a3340a..3b7ee174047f43e3c60d1d71691bf7236007e272 100755 (executable)
@@ -4,7 +4,7 @@ git checkout main
 
 # Import translations
 git fetch weblate
-git merge weblate/master
+git merge weblate/main
 
 # Creating the new tag
 new_tag="$1"