浏览代码

use proper repo path

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 4 年之前
父节点
当前提交
4e3ab033e3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/analysis/findbugs-up.rb

+ 1 - 1
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.name '"  + git_user + "'")
 system ("git config --local user.email 'android@nextcloud.com'")
 system ("git config --local user.email 'android@nextcloud.com'")
 system ("git remote rm origin")
 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
 # add previous FindBugs result file to git
 system ('git add ' + PREVIOUS_FINDBUGS_RESULTS_FILE)
 system ('git add ' + PREVIOUS_FINDBUGS_RESULTS_FILE)