about summary refs log tree commit diff
path: root/maintainers/scripts
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-01-02 10:55:23 +0300
committerK900 <me@0upti.me>2024-01-02 10:55:23 +0300
commit887e96e875e933c0a5d203ffc40e202f3d16317e (patch)
tree07c2de06c350dc5e330f71aa79796368ae5e2179 /maintainers/scripts
parent494bdb470881cb8714b47a0bbb0048157e8fdeda (diff)
parent6786065ebd23800c6673fe80a5c97d3ec9e439d6 (diff)
Merge remote-tracking branch 'origin/master' into staging-next
Diffstat (limited to 'maintainers/scripts')
-rwxr-xr-xmaintainers/scripts/haskell/merge-and-open-pr.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/maintainers/scripts/haskell/merge-and-open-pr.sh b/maintainers/scripts/haskell/merge-and-open-pr.sh
index cdba24f0c2077..62565d24d6231 100755
--- a/maintainers/scripts/haskell/merge-and-open-pr.sh
+++ b/maintainers/scripts/haskell/merge-and-open-pr.sh
@@ -54,8 +54,8 @@ if ! gh auth status 2>/dev/null ; then
 fi
 
 # Make sure this is configured before we start doing anything
-push_remote="$(git config branch.haskell-updates.pushRemote \
-  || die 'Can'\''t determine pushRemote for haskell-updates. Please set using `git config branch.haskell-updates.pushremote <remote name>`.')"
+push_remote="$(git config branch.haskell-updates.pushRemote)" \
+  || die 'Can'\''t determine pushRemote for haskell-updates. Please set using `git config branch.haskell-updates.pushremote <remote name>`.'
 
 # Fetch nixpkgs to get an up-to-date origin/haskell-updates branch.
 echo "Fetching origin..."