cherry-merge script fix

This commit is contained in:
2026-01-10 17:25:56 +01:00
parent 636c6a1917
commit caac420894
2 changed files with 2 additions and 2 deletions

View File

@@ -14,4 +14,4 @@ alias update-grub="sudo grub-mkconfig -o /boot/grub/grub.cfg"
## Scripts ##
#############
alias cherry-merge="$ZSH_CUSTOM/scripts/cherry-merge.zsh"
alias cherry-merge="$ZSH_CUSTOM/scripts/cherry-merge.sh"

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env zsh
#!/usr/bin/env bash
MAIN_BRANCH="main"
TARGET_BRANCH=$(git branch --show-current)