try to fix tea #27

Closed
Ghost wants to merge 1 commits from georgs2 into main

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -euo pipefail set -xeuo pipefail
remoteName="${1:-origin}" remoteName="${1:-origin}"
targetBranch="${2:-main}" targetBranch="${2:-main}"