use proper repo path

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2021-04-29 17:21:32 +02:00
parent 9f2a1b75b1
commit 4e3ab033e3
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -120,7 +120,7 @@ previous_git_email = previous_git_email.strip
system ("git config --local user.name '" + git_user + "'")
system ("git config --local user.email 'android@nextcloud.com'")
system ("git remote rm origin")
system ("git remote add origin https://" + git_user + ":" + git_token + "@github.com/nextcloud/android")
system ("git remote add origin https://" + git_user + ":" + git_token + "@github.com/nextcloud/talk-android")
# add previous FindBugs result file to git
system ('git add ' + PREVIOUS_FINDBUGS_RESULTS_FILE)