diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/stable-update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/stable-update.sh b/scripts/stable-update.sh index c919bf11d..6169d3e86 100755 --- a/scripts/stable-update.sh +++ b/scripts/stable-update.sh @@ -13,7 +13,7 @@ # Args: Stable version to update (e.g. 4.7.7, 4.8.1) # update orgin -~/usr/bin/vanilla-kernel-helper.sh masterupdate +vanilla-kernel-helper.sh masterupdate currentbranch=$(git symbolic-ref --short HEAD) git merge --no-edit origin/${currentbranch%-user-thl-vanilla-fedora} || exit 1 |