diff --git a/pkgs/tea-create-pr/script.sh b/pkgs/tea-create-pr/script.sh index 6b767f5a1..e71612987 100755 --- a/pkgs/tea-create-pr/script.sh +++ b/pkgs/tea-create-pr/script.sh @@ -10,7 +10,7 @@ TMPDIR="$(mktemp -d)" currentBranch="$(git rev-parse --abbrev-ref HEAD)" user_unparsed="$(tea whoami)" user="$(echo "$user_unparsed" | tr -d '\n' | cut -f4 -d' ')" -tempRemoteBranch="$user-$currentBranch" +tempRemoteBranch="$currentBranch" # Function to check if a remote exists