From 710d98a07bc446a348994a1e832f6c6c9184d270 Mon Sep 17 00:00:00 2001 From: Robert Nelson <robertcnelson@gmail.com> Date: Fri, 4 Nov 2016 13:57:06 -0500 Subject: [PATCH] scripts: sync with master of: https://github.com/RobertCNelson/stable-kernel.git Signed-off-by: Robert Nelson <robertcnelson@gmail.com> --- scripts/git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/git.sh b/scripts/git.sh index 87736e277..295a1ab50 100755 --- a/scripts/git.sh +++ b/scripts/git.sh @@ -70,7 +70,7 @@ git_kernel_stable () { } unsecure_git_kernel_torvalds () { - ${git_bin} pull --no-edit "${torvalds_linux}" master --tags + ${git_bin} pull --no-edit "${unsecure_torvalds_linux}" master --tags } git_kernel_torvalds () { -- GitLab