Use valid email address

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2021-02-22 16:55:01 +01:00
parent d663935724
commit cc2dbc3e7a
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -178,7 +178,7 @@ previous_git_email = previous_git_email.strip
# update git user name and email for this script # update git user name and email for this script
system ("git config --local user.name '" + git_user + "'") system ("git config --local user.name '" + git_user + "'")
system ("git config --local user.email '.'") # set email blank 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/talk-android") system ("git remote add origin https://" + git_user + ":" + git_token + "@github.com/nextcloud/talk-android")