From 4e3ab033e329648db665977152c4f98ca02dbaaa Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Thu, 29 Apr 2021 17:21:32 +0200 Subject: [PATCH] use proper repo path Signed-off-by: Andy Scherzinger --- scripts/analysis/findbugs-up.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/analysis/findbugs-up.rb b/scripts/analysis/findbugs-up.rb index 859716d4d..eb37f7ea4 100755 --- a/scripts/analysis/findbugs-up.rb +++ b/scripts/analysis/findbugs-up.rb @@ -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)